Concerning python3

Predrag Punosevac predragp at andrew.cmu.edu
Thu Dec 14 10:28:33 EST 2017


Benedikt Boecking <boecking at andrew.cmu.edu> wrote:

> I???d recommend installing anaconda https://conda.io/docs/user-guide/install/linux.html <https://conda.io/docs/user-guide/install/linux.html>.
> You can install the python3 environment that you want using conda, e.g. python 3.6
> https://conda.io/docs/user-guide/tasks/manage-python.html <https://conda.io/docs/user-guide/tasks/manage-python.html>
> 
> 

We removed mini-conda from servers because it was creating us lot of
problems. Python 3 is installed in 

/opt/rh/rh-python35/root/bin

There you will find virtualenv-3.5 and pip3.5 which is all you need to
set your python 3 dev environment in your scratch directory.

Last time I checked Red Hat didn't consider 3.6 branch ready for release
which is ashame.

Predrag

P.S. Note that you can find all sorts of dev tools in /opt/rh which is a
standard place for such things on Red Hat.


> 
> > On Dec 14, 2017, at 12:19 AM, Siyu He <siyu.cosmo at gmail.com> wrote:
> > 
> > Dear all,
> > 
> > I am trying to run a code written in python3 on autonlab. However, I just found out python3 seems not installed on autonlab. I was wondering if any of you use python3 on autonlab? Did you install the python3 by yourself or am I missing the python3 package?
> > 
> > Best regards,
> > Siyu
> > 
> > 
> 


More information about the Autonlab-users mailing list