I am trying to locate my remote interpreter from a different computer
Answered
Can someone please help me locate and get set up with my remote interpreter from another computer? I am trying to export settings, but I am not sure if this will give me everything I will need to work remotely.
Please sign in to leave a comment.
Sorry, what do you mean by "locate my remote host"?
Are you looking for the remotely synced files on the local machine?
Yes, I am trying to remotely work on synced files from both computers home and work. I am obviously clueless about the process. Also, I am trying to export my settings from work and import the settings at home. My user interface at home has Export setting and Import setting under the File tab, but in my office, it does not. I am so frustrated after updating and the settings are not there.
Have you looked into the corresponding documentation https://www.jetbrains.com/help/pycharm/configuring-remote-interpreters-via-ssh.html?
Do you have difficulties configuring it?
Thank you for responding. I am configured just fine on my office computer. Do I have to do the same thing or is there an easier route to configure my home computer?
My impression is that if I have an account, and i export/import settings that I should be "synced". I typically do everything in DataGrip but my professor would rather operate in pycharm. Maybe I am not understanding what sync truly means in pycharm.
The settings you export with File | Export Settings don't contain your project interpreters.
PyCharm shows you which settings are For current project:
All the project-specific settings are stored in .idea folder of your project. So in case you want to share them, use that folder.