Question in title. How do I figure out (using terminal) which version of python pip is installing to (Ex. Python 2.7 or Python 3.6). I am looking to use Terminal on MacOS.
-
3Just check pip's version and it should say which Python it's for. But usually pip means Python2 and pip3 means Python3h4z3– h4z32020-02-18 15:23:38 +00:00Commented Feb 18, 2020 at 15:23
-
Are you trying to get the version of Python or pip?? It's unclear from the question.LLSv2.0– LLSv2.02020-02-18 15:25:45 +00:00Commented Feb 18, 2020 at 15:25
Add a comment
|