Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Created November 3, 2015 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/b465178d27ec02ccc06f to your computer and use it in GitHub Desktop.
Save NetguruGist/b465178d27ec02ccc06f to your computer and use it in GitHub Desktop.
rails_django_05
[18:21:51 rind]~<ruby-1.9.3-p392>$ sudo pip install --upgrade Django
Downloading/unpacking Django from https://pypi.python.org/packages/source/D/Django/Django-1.5.4.tar.gz#md5=b2685469bb4d1fbb091316e21f4108de
Downloading Django-1.5.4.tar.gz (8.1MB): 8.1MB downloaded
Running setup.py egg_info for package Django
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
Installing collected packages: Django
Found existing installation: Django 1.3
Uninstalling Django:
Successfully uninstalled Django
Running setup.py install for Django
changing mode of build/scripts-2.7/django-admin.py from 644 to 755
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
changing mode of /usr/local/bin/django-admin.py to 755
Successfully installed Django
Cleaning up...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment