Created
April 18, 2013 10:12
-
-
Save cypreess/5411653 to your computer and use it in GitHub Desktop.
PLP
This file contains 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
cypreess@wierzba:~$ . /usr/local/bin/virtualenvwrapper.sh | |
cypreess@wierzba:~$ mkvirtualenv test1 | |
New python executable in test1/bin/python2.7 | |
Also creating executable in test1/bin/python | |
Installing setuptools............done. | |
Installing pip...............done. | |
(test1)cypreess@wierzba:~$ pip install -e git+https://github.com/agh-glk/plp.git#egg=plp-dev | |
Obtaining plp from git+https://github.com/agh-glk/plp.git#egg=plp-dev | |
Cloning https://github.com/agh-glk/plp.git to ./.virtualenvs/test1/src/plp | |
Unpacking objects: 100% (19/19), done. | |
Running setup.py egg_info for package plp | |
Installing collected packages: plp | |
Running setup.py develop for plp | |
Creating /home/glk/cypreess/.virtualenvs/test1/lib/python2.7/site-packages/plp.egg-link (link to .) | |
Adding plp 2.6.1 to easy-install.pth file | |
Installed /home/glk/cypreess/.virtualenvs/test1/src/plp | |
Successfully installed plp | |
Cleaning up... | |
(test1)cypreess@wierzba:~$ python | |
Python 2.7.3 (default, Apr 2 2013, 14:44:11) | |
[GCC 4.4.5] on linux2 | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> from plp import PLP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment