Tagged Questions
0
votes
2answers
489 views
Installing Nose into my home directory (without sudo)?
Is it possible to install Nose (http://somethingaboutorange.com/mrl/projects/nose/0.11.1/) into a subdirectory of my home
directory on a Linux machine? (I'm not on the sudoers list for that
machine.) ...
0
votes
2answers
4k views
How do I install PyYAML into local install of Python?
I've installed Python 2.6.4 into (a subdirectory in) my home directory
on a Linux machine with Python 2.3.4 pre-installed, because I need to
run some code that I've decided would require too much work ...