Re: [opensource-dev] specifying wich python binary to use?

2018-09-23 Thread Henri Beauchamp
On Sun, 23 Sep 2018 10:56:52 +0200, Lance Corrimal wrote: > the trick with the link did not work either, cmake is evil enough to > actually search for python binaries WITH the attached version number. cmake is for nothing in this behaviour (else, I'd encounter it as well for my viewer and

Re: [opensource-dev] specifying wich python binary to use?

2018-09-23 Thread Cinder Roxley
I usually setup a virtualenv for each viewer since several tpvs use different forks of linden’s autobuild. virtualenv ./autobuild source autobuild/bin/activate pip install llbase pip install 'https://bitbucket.org/lindenlab/autobuild-1.0' On September 23, 2018 at 3:57:07 AM, Lance Corrimal (

Re: [opensource-dev] specifying wich python binary to use?

2018-09-23 Thread Lance Corrimal
Am Samstag, 22. September 2018, 16:53:27 CEST schrieb Lance Corrimal: > Am Samstag, 22. September 2018, 16:00:31 CEST schrieb Henri Beauchamp: > > On Sat, 22 Sep 2018 15:43:14 +0200, Lance Corrimal wrote: > > > I have python 2 and python 3 installed on my system, is there a way to > > > specify