简体   繁体   English

Python3 32bit 64bit

[英]Python3 32bit 64bit

My computer is 64bit. 我的电脑是64位。 But I didn't recognize and I installed 32 bit python3.6. 但我不认识,我安装了32位python3.6。 Today morning I installed python3 64bit for my project. 今天早上我为我的项目安装了python3 64bit。 Then I want to use 64 bit one. 然后我想使用64位。 How to get rid of python3 32 bit and change to python3 64bit? 如何摆脱python3 32位并更改为python3 64位?

Uninstall Python 3 32 bit. 卸载Python 3 32位。 Then check your system path . 然后检查您的system path

Python has a habit of not removing itself from there. Python有一种不从那里移除自己的习惯。

Now make sure the Python 3 64 bit installation is correctly in your system path 现在确保在system path正确安装Python 3 64位

Go to where you downloaded the installer for the 32-bit version of Python and uninstall it from there. 转到您下载32位版本Python的安装程序的位置并从那里卸载它。

看看这里。

Then install the 64-bit version. 然后安装64位版本。 It helps when installing to use the manual process. 在安装时使用手动过程会有所帮助。 Install the python version directly into a custom folder of your choosing to the C: drive of your PC. 将python版本直接安装到您选择的PC的C:驱动器的自定义文件夹中。 Select "add to environment variables" while you are there (this will allow you to run the python console from CMD and PowerShell. 当你在那里时选择“添加到环境变量”(这将允许你从CMD和PowerShell运行python控制台。

Also tick all these boxes: 同时勾选所有这些框:

图片

I hope this helps 我希望这有帮助

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

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