简体   繁体   中英

Python3 32bit 64bit

My computer is 64bit. But I didn't recognize and I installed 32 bit python3.6. Today morning I installed python3 64bit for my project. Then I want to use 64 bit one. How to get rid of python3 32 bit and change to python3 64bit?

Uninstall Python 3 32 bit. Then check your system path .

Python has a habit of not removing itself from there.

Now make sure the Python 3 64 bit installation is correctly in your system path

Go to where you downloaded the installer for the 32-bit version of Python and uninstall it from there.

看看这里。

Then install the 64-bit version. 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. Select "add to environment variables" while you are there (this will allow you to run the python console from CMD and PowerShell.

Also tick all these boxes:

图片

I hope this helps

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