If I run pip install Django
I get
Requirement already satisfied: Django in /usr/local/lib/python2.7/dist-packages
I'd like to use python3.6 instead (which is already installed in /usr/bin/python3.6
). What's the correct pip
syntax to install the last version of Django on python 3.6?