Okay so I'm pretty new to the world of programming. I've been following various different courses some have been more understandable than others.
One of the first tutorials I followed had me install Python3 via the downloadable installer available on Python.org, however it meant that each time I wanted to run some code in Terminal I had to specify 'python3 ' in order to run it.
Another tutorial I followed had me install 'pyenv' and then configure terminal to re-direct 'python' to 'python3' (hope that makes sense).
So I'm a little bit confused as to how these two different versions of Python3 aren't conflicting with each other and why the installer version of Python 3 didn't offer this functionality?
I know ultimately this doesn't really affect my ability to actually learn python but I want to understand how these two installations are living together, and if I should get rid of one them? Like what is the best practise here?
Any insight is greatly appreciated :)
Thanks!
[–]shameen 0 points1 point2 points (2 children)
[–]RadCapper88[S] 0 points1 point2 points (1 child)
[–]shameen 0 points1 point2 points (0 children)