Is there a way to install Python's 3.x version without overwriting the pre-installed (essential) version of OSX?
I already know virtualenv but I'd like to avoid it, because I only use Python to study.
Is there any way to keep both versions parallel and "living in harmony"?
I imagine I could do something like this:
Starting Python 2
MBP:~ jbueno$ python
Starting Python 3
MBP:~ jbueno$ python3