简体   繁体   English

Python 安装在 Windows 10

[英]Python installation in Windows 10

I tried to install Python 3.7.6 in windows 10. All went well until when in the cmd prompt of the computer as soon as I entered python to check the cmd prompt took me to microsoft app store and asked me to download python 3.7.7. I tried to install Python 3.7.6 in windows 10. All went well until when in the cmd prompt of the computer as soon as I entered python to check the cmd prompt took me to microsoft app store and asked me to download python 3.7.7 . It is not recognizing the python 3.7.6 that I had downloaded.它无法识别我下载的 python 3.7.6。 Can any one help me with this谁能帮我这个

it's just a case, i encountered the similar problem just download the app to get rid of the redirect to the store and it will be all ok.这只是一个案例,我遇到了类似的问题,只需下载应用程序以摆脱对商店的重定向,一切都会好的。

Yeah i have experienced the same issue.是的,我遇到了同样的问题。 But i have found an alternative solution to this problem.但我找到了解决这个问题的替代方案。 Download Anaconda and then type "conda install python 3.7.6" in the anaconda prompt or u can also create a custom environment by typing "conda create -n py376 python=3.7.6 anaconda" in the anaconda prompt and then u shall see the version of python installed on ur environment by typing "python --version" Download Anaconda and then type "conda install python 3.7.6" in the anaconda prompt or u can also create a custom environment by typing "conda create -n py376 python=3.7.6 anaconda" in the anaconda prompt and then u shall see the通过键入“python --version”在您的环境中安装的 python 版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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