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.

2
  • when I run "env -i python3.6 test.py", the terminal returns "python3.6: No such file or directory" Commented Aug 20, 2019 at 18:29
  • Then one of the missing things is an entry in the PATH. Find out where it is (type python3.6) and add it to the PATH.
    – RalfFriedl
    Commented Aug 20, 2019 at 21:51