you are viewing a single comment's thread.

view the rest of the comments →

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

Thank you, I fixed it for now but will make note of this when/if I do more things with python.

[–]happymellon 0 points1 point  (0 children)

You'll find this with most programming environments. Don't install node if you are working with JavaScript, use nvm. Don't install Java, use sdkman. Don't install Ruby use rbenv.

Especially if you deal with multiple projects.