writing code that works on windows and linux
hello, thanks, running “PyCharm 2023.3.3 (Professional Edition)”
i have source code that runs on windows, and now i want to get it to also run under linux.
i am looking for advice on the ways to do that?
ideally, do not want to have two installs of pycharm, one on windows and one on linux.
also, would like to share the one set of source code on both windows and linux.
not sure the best, easiest way to do that with pycharm?
Please sign in to leave a comment.
Hi, there are two options:
- SSH interpreter, the code is executed remotely, but it requires two project copies. One local and one remote.
- remote development. The backend is running on the remote host, and there's no need for a local project copy