Ubuntu14.04 にDjango1.9をPython3にインストール | Subaru's Husband

Subaru's Husband

python、linux、バイクなんかのネタを書きます。
一応security業界でご飯を食べてます。
備忘録がメインだと思うので、未来の自分が助かれば最高。

まっさらなUbuntu14.04のPython3にDjangoをインストールしました。

#wget https://bootstrap.pypa.io/get-pip.py

#python3 get-pip.py

#pip install django==1.9

# python3
Python 3.4.3 (default, Oct 14 2015, 20:28:29)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> django.VERSION
(1, 9, 0, 'final', 0)

Djangoがインストールされた場所はここです。

/usr/local/lib/python3.4/dist-packages# ll
合計 52
drwxrwsr-x 12 root staff 4096 3月 23 17:18 ./
drwxrwsr-x 3 root staff 4096 4月 19 2014 ../
drwxr-sr-x 2 root staff 4096 3月 23 17:18 Django-1.9.dist-info/
drwxr-sr-x 2 root staff 4096 3月 23 17:14 __pycache__/
drwxr-sr-x 18 root staff 4096 3月 23 17:18 django/
-rw-r--r-- 1 root staff 126 3月 23 17:14 easy_install.py
drwxr-sr-x 11 root staff 4096 3月 23 17:14 pip/
drwxr-sr-x 2 root staff 4096 3月 23 17:14 pip-8.1.1.dist-info/
drwxr-sr-x 5 root staff 4096 3月 23 17:14 pkg_resources/
drwxr-sr-x 5 root staff 4096 3月 23 17:14 setuptools/
drwxr-sr-x 2 root staff 4096 3月 23 17:14 setuptools-20.3.1.dist-info/
drwxr-sr-x 6 root staff 4096 3月 23 17:14 wheel/
drwxr-sr-x 2 root staff 4096 3月 23 17:14 wheel-0.29.0.dist-info/
root@impreza:/usr/local/lib/python3.4/dist-packages#

django-adminとかはここに入っています。

# whereis django-admin.py
django-admin: /usr/local/bin/django-admin /usr/local/bin/django-admin.py