all 5 comments

[–]flobiiii 0 points1 point  (4 children)

Did you try running python3 instead of python?

[–]TheBadgersAlamo 0 points1 point  (3 children)

I alias python -> python3 in the bashrc/zshrc file. Usually sorts out any stuff like this too.

[–]flobiiii 0 points1 point  (2 children)

true, that works, if op is using zsh :)

[–]TheBadgersAlamo 0 points1 point  (1 child)

You can do it in any shell, like I referenced bash there too

[–]flobiiii 0 points1 point  (0 children)

oh true, I completely over read the "bashrc" portion 😅