You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question. I don't use Python for much these days either, so I'm not really sure if there's a "canonical" way. /usr/bin/env python3 seems reasonable to me, but I also expect a lot of Python users are doing python3 ./run_tests.py -c gfortran -C gcc.
I'm a Python avoider, on macOS. I have python3 installed via
homebrew
. Runninggives
Brew doesn't seem to install a
python
, just apython3
.What's the canonical way that Python programmers specify which
python
to resolve to?/usr/bin/env python3
?Or coerce the homebrew install to make me a link from
python
topython3
?Or create it manually? (Ick.)
The text was updated successfully, but these errors were encountered: