-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote host does not have Python installed #23
Comments
What happens on your linux box when you ssh to it as frederic and execute: $ /usr/bin/python3.9 --version
$ python --version ? |
I get this /usr/bin/python3.8 --version |
Not sure if this was ever resolved but I was having the same issue. You literally need to change your Python3 installation from saying "Python3" to "Python". I did it like this:
|
@Vaslo I highly suggest to never to that, @gurumark I guess |
Just wanted to tell you I just had terrible experience with JSON and YAML files when I did this. I've done a lot of work on these types of files and now understand what you meant in your documentation. Setting Python3 as the path per your instructions did the trick. Thanks! Note though that I am not the original poster, just someone who hijacked it with bad advice. |
Hi, |
On windows 10, I added below conf to my settings.json. I'm using Mobaxterm, which manages pageant & server X.
And I get that output in vs code:
on Linux:
What did I do wrong?
The text was updated successfully, but these errors were encountered: