Skip to content

Installation of latest version of Django and Django Piston #2

Description

@backup1-technicise

Django Installation

(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ easy_install Django
Searching for Django
Reading https://pypi.python.org/simple/Django/
Downloading https://pypi.python.org/packages/45/23/a5dbb0cfee731549032034d2666cabba47a447f811f706cff82fd1947efc/Django-1.11.3.tar.gz#md5=fe23bb9ae450698451ac82cb636bb882
Best match: Django 1.11.3
Processing Django-1.11.3.tar.gz
Writing /tmp/easy_install-NEwFdP/Django-1.11.3/setup.cfg
Running Django-1.11.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-NEwFdP/Django-1.11.3/egg-dist-tmp-hWqole
no previously-included directories found matching 'django/contrib/admin/bin'
warning: no previously-included files matching '__pycache__' found anywhere in distribution
creating /home/user/code/Django-Sample/django_venv/lib/python2.7/site-packages/Django-1.11.3-py2.7.egg
Extracting Django-1.11.3-py2.7.egg to /home/user/code/Django-Sample/django_venv/lib/python2.7/site-packages
Adding Django 1.11.3 to easy-install.pth file
Installing django-admin.py script to /home/user/code/Django-Sample/django_venv/bin
Installing django-admin script to /home/user/code/Django-Sample/django_venv/bin

Installed /home/user/code/Django-Sample/django_venv/lib/python2.7/site-packages/Django-1.11.3-py2.7.egg
Processing dependencies for Django
Searching for pytz
Reading https://pypi.python.org/simple/pytz/
Downloading https://pypi.python.org/packages/42/76/817ef6af92ae3d077465bccfd8a1ae47d02d6db83d558711b503540ca5c7/pytz-2017.2-py2.7.egg#md5=8d7d381ad2730ab62c94caf82d80179a
Best match: pytz 2017.2
Processing pytz-2017.2-py2.7.egg
Moving pytz-2017.2-py2.7.egg to /home/user/code/Django-Sample/django_venv/lib/python2.7/site-packages
Adding pytz 2017.2 to easy-install.pth file

Installed /home/user/code/Django-Sample/django_venv/lib/python2.7/site-packages/pytz-2017.2-py2.7.egg
Finished processing dependencies for Django
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ 
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ 
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ ls
django_venv  LICENSE  README.md
(django_venv) user@user-Vostro-3550:~/code/Django-Sample$ cd django_venv/
(django_venv) user@user-Vostro-3550:~/code/Django-Sample/django_venv$ ls -l bin/
total 3344
-rw-rw-r-- 1 user user    2100 Jul  2 22:19 activate
-rw-rw-r-- 1 user user    1042 Jul  2 22:19 activate.csh
-rw-rw-r-- 1 user user    2196 Jul  2 22:19 activate.fish
-rw-rw-r-- 1 user user    1137 Jul  2 22:19 activate_this.py
-rwxrwxr-x 1 user user     431 Jul  2 22:39 django-admin
-rwxrwxr-x 1 user user     224 Jul  2 22:39 django-admin.py
-rwxrwxr-x 1 user user     273 Jul  2 22:19 easy_install
-rwxrwxr-x 1 user user     273 Jul  2 22:19 easy_install-2.7
-rwxrwxr-x 1 user user     245 Jul  2 22:19 pip
-rwxrwxr-x 1 user user     245 Jul  2 22:19 pip2
-rwxrwxr-x 1 user user     245 Jul  2 22:19 pip2.7
lrwxrwxrwx 1 user user       9 Jul  2 22:18 python -> python2.7
lrwxrwxrwx 1 user user       9 Jul  2 22:18 python2 -> python2.7
-rwxrwxr-x 1 user user 3370728 Jul  2 22:18 python2.7
-rwxrwxr-x 1 user user    2359 Jul  2 22:19 python-config
-rwxrwxr-x 1 user user     252 Jul  2 22:19 wheel
(django_venv) user@user-Vostro-3550:~/code/Django-Sample/django_venv$ 

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions