Created
July 12, 2011 09:49
-
-
Save jedie/1077700 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
./bin/pip install --verbose --upgrade --editable git://github.com/django/[email protected]#egg=Django | |
Obtaining Django from git+git://github.com/django/[email protected]#egg=Django | |
Found command 'git' at '/usr/bin/git' | |
git://github.com/django/django.git | |
Clone in ./src/django exists, and has correct URL (git://github.com/django/django.git) | |
Updating ./src/django clone (to 1.3.X) | |
Running setup.py egg_info for package Django | |
running egg_info | |
writing Django.egg-info/PKG-INFO | |
writing top-level names to Django.egg-info/top_level.txt | |
writing dependency_links to Django.egg-info/dependency_links.txt | |
writing Django.egg-info/PKG-INFO | |
writing top-level names to Django.egg-info/top_level.txt | |
writing dependency_links to Django.egg-info/dependency_links.txt | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'Django.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'Django.egg-info/SOURCES.txt' | |
Installing collected packages: Django | |
Running setup.py develop for Django | |
running develop | |
running egg_info | |
writing Django.egg-info/PKG-INFO | |
writing top-level names to Django.egg-info/top_level.txt | |
writing dependency_links to Django.egg-info/dependency_links.txt | |
writing Django.egg-info/PKG-INFO | |
writing top-level names to Django.egg-info/top_level.txt | |
writing dependency_links to Django.egg-info/dependency_links.txt | |
warning: manifest_maker: standard file '-c' not found | |
reading manifest file 'Django.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'Django.egg-info/SOURCES.txt' | |
running build_ext | |
Creating PyLucid_env/lib/python2.6/site-packages/Django.egg-link (link to .) | |
Django 1.3 is already the active version in easy-install.pth | |
Installing django-admin.py script to PyLucid_env/bin | |
Installed PyLucid_env/src/django | |
Successfully installed Django | |
Cleaning up... | |
Removing temporary dir PyLucid_env/build... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment