Created
May 27, 2010 20:51
-
-
Save garybernhardt/416332 to your computer and use it in GitHub Desktop.
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
failbowl:temp $ rm -rf env && pip install -E env dingus && ls -l env/lib/python2.6/site-packages | |
Creating new virtualenv environment in env | |
New python executable in env/bin/python | |
Installing setuptools...done..... | |
Downloading/unpacking dingus | |
Downloading dingus-0.2.tar.gz | |
Running setup.py egg_info for package dingus | |
Installing collected packages: dingus | |
Running setup.py install for dingus | |
warning: build_py: byte-compiling is disabled, skipping. | |
warning: install_lib: byte-compiling is disabled, skipping. | |
Successfully installed dingus | |
Cleaning up... | |
total 832 | |
drwxr-xr-x 7 grb staff 238 May 27 13:51 dingus-0.2-py2.6.egg-info | |
-rw-r--r-- 1 grb staff 8217 May 27 13:51 dingus.py | |
-rw-r--r-- 1 grb staff 237 May 27 13:51 easy-install.pth | |
-rw-r--r-- 1 grb staff 67573 May 27 13:51 pip-0.7.1-py2.6.egg | |
-rw-r--r-- 1 grb staff 333447 May 27 13:43 setuptools-0.6c11-py2.6.egg | |
-rw-r--r-- 1 grb staff 30 May 27 13:51 setuptools.pth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment