You can install it worldwide, as suggested by others, but the recommended way to install it is to use virtualenv or venv. If you are using virtualenv (with virtualenvwrapper) just do
mkvirtualenv --python="path to python3 executable" "environment name" pip install django
Inside the virtual environment, pip
will default to pip3
, which means python
.
source share