Created
March 31, 2015 21:43
-
-
Save omgjlk/203fdaba80efb382c767 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
| root@ds1399:~# pip --version | |
| pip 1.4.1 from /usr/local/lib/python2.7/dist-packages (python 2.7) | |
| root@ds1399:~# mkdir foobar | |
| root@ds1399:~# cd foobar/ | |
| root@ds1399:~/foobar# virtualenv . | |
| New python executable in ./bin/python | |
| Please make sure you remove any previous custom paths from your /root/.pydistutils.cfg file. | |
| Installing distribute.............................................................................................................................................................................................done. | |
| Installing pip...............done. | |
| root@ds1399:~/foobar# ./bin/pip | |
| pip pip-2.7 | |
| root@ds1399:~/foobar# ./bin/pip --version | |
| pip 1.1 from /root/foobar/lib/python2.7/site-packages/pip-1.1-py2.7.egg (python 2.7) |
paulczar
commented
Mar 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment