Re: Installing a port to a specific python version

2018-02-02 Thread Roland Smith
On Fri, Feb 02, 2018 at 07:35:36AM +0100, Gerhard Schmidt wrote: > Am 01.02.2018 um 22:59 schrieb Roland Smith: > > If you look at pkg.freebsd.org you'll see that e.g. python packages are now > > built for each supported version of python. So you can now do things like:: > > > > # pkg install

Re: Installing a port to a specific python version

2018-02-01 Thread Gerhard Schmidt
Am 01.02.2018 um 22:59 schrieb Roland Smith: > If you look at pkg.freebsd.org you'll see that e.g. python packages are now > built for each supported version of python. So you can now do things like:: > > # pkg install py36-aniso8601 > > and that will find and install the python 3.6 version o

Re: Installing a port to a specific python version

2018-02-01 Thread Roland Smith
On Thu, Feb 01, 2018 at 04:54:24PM +0100, Gerhard Schmidt wrote: > Am 01.02.2018 um 16:10 schrieb Roland Smith: > > On Wed, Jan 31, 2018 at 08:00:55AM +0100, Gerhard Schmidt wrote: > >> Hi > >> > >> I'm having a small problem with python and FreeBSD. I'm a python > >> developer. I Maintain some leg

Re: Installing a port to a specific python version

2018-02-01 Thread Gerhard Schmidt
Am 01.02.2018 um 16:10 schrieb Roland Smith: > On Wed, Jan 31, 2018 at 08:00:55AM +0100, Gerhard Schmidt wrote: >> Hi >> >> I'm having a small problem with python and FreeBSD. I'm a python >> developer. I Maintain some legacy code written in python2.7 and some new >> projects in Python 3.6 and for

Re: Installing a port to a specific python version

2018-02-01 Thread Roland Smith
On Wed, Jan 31, 2018 at 08:00:55AM +0100, Gerhard Schmidt wrote: > Hi > > I'm having a small problem with python and FreeBSD. I'm a python > developer. I Maintain some legacy code written in python2.7 and some new > projects in Python 3.6 and for testing purposes i need python 3.4 and > 3.5. So I

Installing a port to a specific python version

2018-01-30 Thread Gerhard Schmidt
Hi I'm having a small problem with python and FreeBSD. I'm a python developer. I Maintain some legacy code written in python2.7 and some new projects in Python 3.6 and for testing purposes i need python 3.4 and 3.5. So I need all this versions of python on my system, at least to be able to create