Created
March 9, 2012 12:36
-
-
Save ahahasasa/2006374 to your computer and use it in GitHub Desktop.
pip install virtualenv virtualenvwrapper
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
| sudo pip install virtualenv | |
| Password: | |
| Downloading/unpacking virtualenv | |
| Running setup.py egg_info for package virtualenv | |
| warning: no previously-included files matching '*.*' found under directory 'docs/_templates' | |
| Installing collected packages: virtualenv | |
| Running setup.py install for virtualenv | |
| warning: no previously-included files matching '*.*' found under directory 'docs/_templates' | |
| Installing virtualenv script to /usr/local/bin | |
| Successfully installed virtualenv | |
| Cleaning up... | |
| sudo pip install virtualenvwrapper | |
| Downloading/unpacking virtualenvwrapper | |
| Downloading virtualenvwrapper-3.0.1.tar.gz (723Kb): 723Kb downloaded | |
| Running setup.py egg_info for package virtualenvwrapper | |
| Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.10.tar.gz | |
| Extracting in /tmp/tmpndoniW | |
| Now working in /tmp/tmpndoniW/distribute-0.6.10 | |
| Building a Distribute egg in /Users/ahaha20852000/build/virtualenvwrapper | |
| /Users/ahaha20852000/build/virtualenvwrapper/distribute-0.6.10-py2.7.egg | |
| Requirement already satisfied (use --upgrade to upgrade): virtualenv in /Library/Python/2.7/site-packages (from virtualenvwrapper) | |
| Installing collected packages: virtualenvwrapper | |
| Running setup.py install for virtualenvwrapper | |
| changing mode of build/scripts-2.7/virtualenvwrapper.sh from 644 to 755 | |
| Skipping installation of /Library/Python/2.7/site-packages/virtualenvwrapper/__init__.py (namespace package) | |
| Installing /Library/Python/2.7/site-packages/virtualenvwrapper-3.0.1-py2.7-nspkg.pth | |
| changing mode of /usr/local/bin/virtualenvwrapper.sh to 755 | |
| Successfully installed virtualenvwrapper | |
| Cleaning up... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment