OS: Mac OS X 10.11.3
I have Python 2.7.10 and Python 3.4.3.
When I pip install some_package pip installs the package for Python 2.7.10, but I want to install the package for Python 3.4.3.
How can I install Python by default or install a package for 3.4.3?
source share