Re: how make python37 the binary called by "python"

2018-10-29 Thread Bill Cole
On 29 Oct 2018, at 16:35, Murray Eisenberg wrote: That worked, thanks! Would “source ~/.profile” also have accomplished the same end? Only if your .profile sets the PATH environment variable, which most do. However, it is quite possible that your .profile assumes that it is only run once

Re: how make python37 the binary called by "python"

2018-10-29 Thread Murray Eisenberg
That worked, thanks! Would “source ~/.profile” also have accomplished the same end? > On 29 Oct2018, at 4:26 PM, Rainer Müller wrote: > > On 2018-10-29 21:05, Murray Eisenberg wrote: >> After >> >> sudo port select --set python python37 >>Selecting 'python37' for 'python' succeeded.

Re: how make python37 the binary called by "python"

2018-10-29 Thread Rainer Müller
On 2018-10-29 21:05, Murray Eisenberg wrote: > 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 >

how make python37 the binary called by "python"

2018-10-29 Thread Murray Eisenberg
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