简体   繁体   中英

Python PATH Issue Windows

I keep getting the same issue with trying to pip install or run python -V. it comes up as No Python at PATH . I am on windows 10 operating system. The solution I keep coming to is going into the Environment Variables then changing system variables and user variables. However, it fails to work over every time and fails to change the path. I have tried looking up the problem for the past 2 days now and have not found a solution to my problem. I think I may have changed or deleted the original Path Variable. Unsure what I did but would love some help!!!

Have you installed python first?

Go to this link: https://www.python.org/downloads/

Press on the Download Python button and once download, click on the.exe and follow the setup.

It should automatically add it to PATH but if it doesn't this link will help: https://geek-university.com/python/add-python-to-the-windows-path/

Then restart Windows and python and pip should be installed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM