简体   繁体   English

以32位和64位进行编程(在Python和Pycharm都进行编程)

[英]Programming at 32 bit and 64 bit (at both, at Python, at Pycharm)

I have a problem and I need some help: I'm writing project at Python, and I'm writing it at two computers: One of 32bit and the second one is 64 bit. 我遇到问题,需要一些帮助:我正在Python上编写项目,并且正在两台计算机上编写它:一台32位,另一台是64位。
(The files are at my google drive, so this is how can work from both computer [the 64 bit is new, until now I work at both at 32 bit wit no problem...]) (这些文件位于我的Google驱动器上,所以这是如何在两台计算机上都可以工作的[64位是新的,直到现在我都可以在32位上同时工作,但没有问题...)

There is a way to work on the same project at both? 有两种方法都可以在同一个项目上工作吗?
Because Pycharm needs the project interpreter, and until now it was at the same folder at both computers (with the same name), but because now is 32 bit and 64 bit - so the name of the folders are different :( (and I don't know if to change the name can be good idea...) 因为Pycharm需要项目解释器,并且到目前为止,它在两台计算机上都位于同一文件夹(具有相同的名称),但是由于现在是32位和64位-因此,文件夹的名称是不同的:((不知道是否要更改名称可能是个好主意...)

Can you think about idea how can I work at both computers (on the same project at Pycharm), without change anytime interpreter anytime I change computer. 您能考虑一下如何在两台计算机上工作(在Pycharm的同一项目中),而无需在我更换计算机时随时更改解释程序的想法。

I'd like to get from ideas.... 我想从想法中得到...。

Thank you!! 谢谢!!

I think your problem could be solved by investing some time in learning how to use Git and BitBucket / GitHub for managing your code. 我认为可以通过花一些时间学习如何使用GitBitBucket / GitHub来管理代码来解决您的问题。 This will allow you to work on your project from any computer and easily collaborate with others if you need to. 这将使您可以从任何计算机上处​​理项目,并在需要时轻松地与其他人协作。

It's not a quick fix, but you'll gain a lot from learning to use these tools that programmers use everyday. 这不是一个快速的解决方法,但是通过学习使用程序员每天使用的这些工具,您将获得很多收益。

I hope this helps you solve your problem. 我希望这可以帮助您解决问题。

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

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