Im trying to use pip install Django==2.0.2
but throw ,
No matching distribution found for Django==2.0.2
,
and it´s weird cause im using the same command from Django,
what can i do ?
Im using OSX, and install virtual env
without call explicit python3.
First i created a new virtual env with
virtualenv env -p python3
then, run the command :pip install django
to install django 2. But if you create your virtual env with this linevirtualenv my_project
in your terminal, you need to explicit call pip3 :pip3 install django