Skip to content

Instantly share code, notes, and snippets.

@sahilseth
Last active October 13, 2015 00:19
Show Gist options
  • Save sahilseth/544e92fff04470c7cfb6 to your computer and use it in GitHub Desktop.
Save sahilseth/544e92fff04470c7cfb6 to your computer and use it in GitHub Desktop.
installing python packages in a custom location
## add this to bashrc:
export PYTHONPATH=$PYTHONPATH:~/lib/python2.7/site-packages/
module load Python
python setup.py install --prefix=$HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment