Re: python development environment on a mac

2017-03-14 Thread Kendall Shaw
On 03/13/2017 06:28 AM, macpo...@parvis.nl wrote: my son needs for his music studies a python development environment 2.7.13 plus the actual 3.x. his imac is on osx 10.11 el capitan. ... the big question: please explain to me the relation between macports python/ipython/pip/virtualenv and h

Re: Upgrade to Sierra from Mavericks

2017-03-14 Thread Ryan Schmidt
On Mar 13, 2017, at 09:53, Mannucci, Anthony J wrote: > I did not save which port wanted gfortran. Sorry. Before one executes “port > select gcc” there is no executable named “gfortran”. The executables have > specific version names. That's correct. > One of the ports was expecting the generi

Re: python development environment on a mac

2017-03-14 Thread Eric A. Borisch
You might also look at pyNN-spyder-devel (NN=27, 33, etc) -- it can be very nice for someone getting started. (I intend to update the -spyder port to match what is currently -spyder-devel, but haven't for lack of time...) - Eric On Tue, Mar 14, 2017 at 11:54 AM, Joshua Root wrote: > $ which v

Re: python development environment on a mac

2017-03-14 Thread Joshua Root
$ which virtualenv /opt/local/bin/virtualenv $ virtualenv $HOME/PyEnv/python/27 New python executable in /Users/paul/PyEnv/python/27/bin/python Installing setuptools, pip, wheel...done. $ virtualenv $HOME/PyEnv/python/36 New python executable in /Users/paul/PyEnv/python/36/bin/python Installing se

Re: python development environment on a mac

2017-03-14 Thread Mojca Miklavec
On 13 March 2017 at 14:28, wrote: > my son needs for his music studies a python development environment 2.7.13 > plus the actual 3.x. > his imac is on osx 10.11 el capitan. > > so i installed from macports python 27 and 33, ipython, selects: You mean Python 3.6? > questions: > - should i insta