Re: config two different python interpreter

2017-09-03 Thread Reminia Scarlet
I guess conda can work. Cause conda can switch python workspace(environment) easily. I think we also need to support python interpreter through a python home which contains whole python install. 在 2017年9月4日,上午10:31,Park Hoon <1am...@gmail.com> 写道: Hi, Could you try conda or pyenv to manage

Re: config two different python interpreter

2017-09-03 Thread Park Hoon
Hi, Could you try conda or pyenv to manage multiple pyhon installations? I haven't used the redhat distribution. But In my machine, conda and pyenv work. Regard, On Fri, Sep 1, 2017 at 12:36 PM, Reminia Scarlet wrote: > No. > Installed from redhat software

Re: config two different python interpreter

2017-08-31 Thread Reminia Scarlet
No. Installed from redhat software collections, which can be enabled by scl. And what scl enable does is adding python binary and other related python libs to environment variables. So I think only specify a python bin path is not enough to locate a python interpreter. > 在

Re: config two different python interpreter

2017-08-31 Thread Park Hoon
Hi, I would like to ask how you installed two python instances. - Was it installed via conda or pyenv? - Or.. Thanks. On Tue, Aug 29, 2017 at 7:40 PM, Reminia Scarlet wrote: > I installed two python , python27 and python34; > > My system python is python27. > > And