Is it possible to upgrade a portable Python 32 bit install to a 64 bit install?

前端 未结 2 591
野的像风
野的像风 2021-02-07 13:11

I\'ve been working on a single program for a few months now, which now requires some additional functionality. Originally, a 32 bit install was just fine, but since I\'m now wor

2条回答
  •  一生所求
    2021-02-07 13:36

    make a backup of you "Lib" folder present in your python installation folder. Now when you install your python 64 bit paste this "Lib" folder there. After this, you don't need to install many modules again.

提交回复
热议问题