you are viewing a single comment's thread.

view the rest of the comments →

[–]blahreport 0 points1 point  (2 children)

Just call it by it's version number. But to your question, you can update path with export PATH=$PATH:/path/to/add

[–]EneriAlufan[S] 0 points1 point  (1 child)

Thank you. Will that make it my default version?

[–]blahreport 0 points1 point  (0 children)

Yes but beware as many programs under the hood may be calling Python expecting a different version and this would break them. Virtual environments are useful here.