After
sudo port select --set python python37
Selecting 'python37' for 'python' succeeded. 'python37' is now
active.
I have:
port select --list python
Available versions for python:
none
python27
python27-apple
python37 (active)
Nonetheless:
which python
/opt/local/bin/python
python --version
Python 2.7.3
And how do I get the version invoked by “python” at command line to be 3.7?
(I’m using 3rd party packages that just expect to call binary “python” and have
it be 3.7.)
---
Murray Eisenberg [email protected]
503 King Farm Blvd #101 Home (240)-246-7240
Rockville, MD 20850-6667 Mobile (413)-427-5334