3
Is there any way to install version 3.x of Python without overwriting the pre-installed (essential) version of OSX?
I already know the virtualenv but I would like to avoid it, because I only use Python to study.
Is there any way to keep the two versions parallel and "living in harmony"?
I imagine I could do something like that:
Start Python 2
MBP:~ jbueno$ python
Start Python 3
MBP:~ jbueno$ python3
At http://brew.sh you can get more details, it’s just a package installer.
– Paulo