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 line virtualenv my_project in your terminal,
you need to explicit call pip3 : pip3 install django
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With