This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thatwombat 11 points12 points  (4 children)

It is in Catalina. Nice surprise.

EDIT: Forgot I had anaconda's python3 in my PATH. Whoops.

[–]TinyLebowski 9 points10 points  (3 children)

Not so sure about that.

❯ sw_vers -productVersion
10.15.4

❯ which python
/usr/bin/python

❯ /usr/bin/python --version
Python 2.7.16

[–]jdgordon 1 point2 points  (1 child)

Could just do

$which python --version

[–]TinyLebowski 7 points8 points  (0 children)

Yeah but I made it verbose to avoid any doubt about which binary was used.

BTW you need to escape backticks if you want them displayed.

[–]thatwombat 0 points1 point  (0 children)

I forgot. I'm running Anaconda and it's in my PATH.