Created
September 26, 2014 01:19
-
-
Save kmolo/3119222b9e58a6986fe7 to your computer and use it in GitHub Desktop.
20140925-pip-install-virtualenvwrapper.log
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
Downloading/unpacking virtualenvwrapper | |
Running setup.py (path:c:\users\laptop\appdata\local\temp\pip_build_laptop\virtualenvwrapper\setup.py) egg_info for package virtualenvwrapper | |
Installed c:\users\laptop\appdata\local\temp\pip_build_laptop\virtualenvwrapper\pbr-0.10.0-py2.7.egg | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
warning: no previously-included files found matching '.gitignore' | |
warning: no previously-included files found matching '.gitreview' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
warning: no files found matching '*.png' under directory 'docs' | |
Requirement already satisfied (use --upgrade to upgrade): virtualenv in c:\python27\lib\site-packages (from virtualenvwrapper) | |
Downloading/unpacking virtualenv-clone (from virtualenvwrapper) | |
Downloading virtualenv-clone-0.2.5.tar.gz | |
Running setup.py (path:c:\users\laptop\appdata\local\temp\pip_build_laptop\virtualenv-clone\setup.py) egg_info for package virtualenv-clone | |
Downloading/unpacking stevedore (from virtualenvwrapper) | |
Downloading stevedore-1.0.0-py2.py3-none-any.whl | |
Downloading/unpacking six>=1.7.0 (from stevedore->virtualenvwrapper) | |
Downloading six-1.8.0-py2.py3-none-any.whl | |
Downloading/unpacking argparse (from stevedore->virtualenvwrapper) | |
Running setup.py (path:c:\users\laptop\appdata\local\temp\pip_build_laptop\argparse\setup.py) egg_info for package argparse | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.orig' found anywhere in distribution | |
warning: no previously-included files matching '*.rej' found anywhere in distribution | |
no previously-included directories found matching 'doc\_build' | |
no previously-included directories found matching 'env24' | |
no previously-included directories found matching 'env25' | |
no previously-included directories found matching 'env26' | |
no previously-included directories found matching 'env27' | |
Installing collected packages: virtualenvwrapper, virtualenv-clone, stevedore, six, argparse | |
Running setup.py install for virtualenvwrapper | |
[pbr] Reusing existing SOURCES.txt | |
Skipping installation of c:\python27\Lib\site-packages\virtualenvwrapper\__init__.py (namespace package) | |
Installing c:\python27\Lib\site-packages\virtualenvwrapper-4.3.1-py2.7-nspkg.pth | |
Running setup.py install for virtualenv-clone | |
Installing virtualenv-clone-script.py script to c:\python27\Scripts | |
Installing virtualenv-clone.exe script to c:\python27\Scripts | |
Installing virtualenv-clone.exe.manifest script to c:\python27\Scripts | |
Running setup.py install for argparse | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '*.pyo' found anywhere in distribution | |
warning: no previously-included files matching '*.orig' found anywhere in distribution | |
warning: no previously-included files matching '*.rej' found anywhere in distribution | |
no previously-included directories found matching 'doc\_build' | |
no previously-included directories found matching 'env24' | |
no previously-included directories found matching 'env25' | |
no previously-included directories found matching 'env26' | |
no previously-included directories found matching 'env27' | |
Successfully installed virtualenvwrapper virtualenv-clone stevedore six argparse | |
Cleaning up... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment