I am using the Sync Settings extension to synchronize my user settings to a Gist and have multiple systems that synchronize from it. The problem that I have is that my systems do not have the same configuration, particularly my user profile is a different path.
I want to use an environment variable in the path to my Python interpreter that is installed in my user space.
Is there a way to do this also that would be cross-platform?
I want something like this:
"python.pythonPath": "${env:HOME}\\AppData\\Local\\Programs\\Python\\Python37-32\\python.exe"
Is that possible? I have seen that there are environment variables, but I haven't been able to find a list of what they are.