简体   繁体   中英

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.
(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...])

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...)

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.

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. 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.

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