How to store run-configs in vcs for a PyCharm project using multiple python interpreters (or venvs)
Hello.
I have a python PyCharm project that uses different python interpreters in its run-configs. I want to share these run-configs via a VCS. For run-configs using the project default interpreter it is not a problem. But if a different interpreter is selected, my run_config.xml, which I share via git, contains an absolute path of my local machine.
<option name="SDK_HOME" value="D:\pypy\pypy2-v5.10.0-win32\pypy.exe" />
Is there a way to solve this issue?
Kind regards
Mattis
Please sign in to leave a comment.
Hello,
Unfortunately, there is no such functionality in the PyCharm in the meantime.
This feature request partially covers your idea https://youtrack.jetbrains.com/issue/PY-40817 please vote for it order to increase priority.
Also, you are welcome to submit a new one at https://youtrack.jetbrains.com/issues/PY
Information on how to use YouTrack: https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications