Last active
September 19, 2016 18:34
-
-
Save feilong/5cf379b63e9d4b6b7d050f22fa4dcb8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://stackoverflow.com/a/2916320/3397171 | |
| # http://stackoverflow.com/a/8256424/3397171 | |
| pip install --install-option="--prefix=$PREFIX_PATH" git+git://github.com/PyMVPA/PyMVPA.git@somebranch | |
| PYTHONPATH=$PREFIX_PATH/lib/python2.7/site-packages/ python some_script.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment