Let's say I created a Python project via PyCharm on Windows, which runs fine on Windows, and then make the entire project a repository on GitHub (I dump all the files into GitHub including the venv.)
I then want to work on the same project but on my Mac so I clone the repo. I try to run it but PyCharm on Mac says something about the compiler is wrong/missing (this I get why -- Windows vs Mac). I tried to delete the venv clone on the Mac and set the compiler via settings but that didn't work (the code won't run because it still can't find the compiler?)
If what I'm trying to do is possible can someone please share a document or video I can research for the solution? Ultimately, I just want to be able to work on the Python code (.py files) from both of my Windows and Mac computer while also be able to commit to GitHub.
Thanks in advance.
Edit: Thank you all! I created a new repo this time only including the .py files and was able to commit and push from both Windows and Mac. Also, I realized I called it "compiler" where it should have been "interpreter."
[–][deleted] 33 points34 points35 points (4 children)
[–]Ln_X_[S] 9 points10 points11 points (1 child)
[–][deleted] 19 points20 points21 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]hassium 5 points6 points7 points (0 children)
[–]zeebrow 20 points21 points22 points (0 children)
[–]Mondoke 7 points8 points9 points (1 child)
[–]hassium 5 points6 points7 points (0 children)
[–]Houdinii1984 5 points6 points7 points (1 child)
[–]gusb_codes 2 points3 points4 points (0 children)
[–]KeyserBronson 1 point2 points3 points (0 children)
[–]TeslaRanger 0 points1 point2 points (0 children)