ARJhe / Django_tutorial-Blog

0 stars 0 forks source link

Install Python other version, can't fetch last version django(3.0.2) #7

Open ARJhe opened 4 years ago

ARJhe commented 4 years ago

After install 3.7 version (PyInstaller currently doesn't support 3.8., so revise it to 3.7, see reference), In terminal call pip to install django last version but can not fetch it. (It use py35 pip and py35 pip can not install django version above 3)

ARJhe commented 4 years ago

Step to resolve.

  1. custom install Python 3.7 > link
  2. set env variable > (PATH: C:\Python37\ ) image
  3. REBOOT your system.
ARJhe commented 4 years ago

Reference

https://medium.com/@will.wang/%E6%92%A5%E9%96%8B-python-pip-site-packages-%E7%9A%84%E8%97%8D%E8%89%B2%E8%9C%98%E8%9B%9B%E7%B6%B2-90e398bb3785