What version of Python did pip or easy_install make as the default?
I am not a programmer who started learning Python. My Mac OS X Yosemite ships with Python 2.7.6. I also installed Python 3.4.2. If I use pip
or easy_install
in terminal to install a package, how do I know which Python I have installed the package in? It looks like Python 3.4.2 ships with pip
and easy_install
, but I think Python 2.7.6 may also have some version pip
or easy_install
. I know my system can have both versions of Python, but can it have multiple versions pip
or easy_install
?
source to share