-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi Chandra,
As Erik mentioned, you can use virtualenv to setup isolated Python
environments in your $HOME folder. Here's a quick overview of how to
do that without root privileges to install anything:
# Download the standalone virtualenv Python script:
$ wget
https://raw.github.com/pypa/virtualenv/master/virtualenv.py
# Create a virtual Python environment for StarCluster:
$ python virtualenv.py --distribute starcluster
# "Activate" the new virtual environment:
$ source starcluster/bin/activate
# Install StarCluster:
$ easy_install StarCluster
I'll update the install instructions to include this method as well.
Note that you will need a compiler in order to successfully build and
install PyCrypto so you might need to check with your sys admin if
this is not available...
HTH,
~Justin
On 08/01/2012 04:16 PM, Erik Gafni wrote:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org/
iEYEARECAAYFAlAalQsACgkQ4llAkMfDcrmQqwCfdhgeefDCOWxcKHn1Ut1nNFzD
sEcAnRS9XxuFmveMMjO5NCn2DHSfyWeZ
=CyP3
-----END PGP SIGNATURE-----
Received on Thu Aug 02 2012 - 10:56:15 EDT