When I type python3 --version
in terminal it shows Python 3.6.0.
When I type in pip --version
it shows
pip 9.0.1 from /Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg (python 2.7)
How do I get it from Python/2.7
to Python/3.6
?
From Python 3.4 pip
is baked into standard Python. You can use it like,
python3 -m pip install SomePackage
as mentioned in the Python Docs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With