Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Do you really need to change the python version or do you just need to be able to run certain scripts with a different version? Commented Nov 3, 2021 at 18:47
  • I Need to run script with a differen version Commented Nov 3, 2021 at 18:48
  • 3
    Please edit your question and clarify that because changing the global python is a very bad idea and really not a good solution if you only need this for certain scripts. Are you just looking for /usr/bin/python3.6 /path/to/script.py? Commented Nov 3, 2021 at 18:49