0
votes
0answers
16 views

how to use Environment Modules without root

For some reason, I have a hard time finding a tutorial on how to manage user software install with Environment Modules (http://modules.sourceforge.net/) without root. the closest thing is ...
1
vote
1answer
44 views

Installing new python modules

Okay, here is the deal: General, I am facing difficulties in installing new modules in python. Not always, but in most of the cases. This happens for two main reasons; I am newbie and I have multiple ...
2
votes
1answer
799 views

Python Module: Trouble Installing Bitarray

I'm not sure why I am having trouble installing the Python Module Bitarray on my Ubuntu 8.10 machine. dan@Tower:~/py$ tar xzf bitarray-0.3.5.tar.gz dan@Tower:~/py$ cd bitarray-0.3.5 ...