python3 on rosina1.irap.omp.eu
==============================

== Python 3 virtual environment

Some of SolarOrbiter software tools are python3 scripts.

python3 is not available per default in our CentOS 7 rosina1.irap.omp.eu computer.

The default python version on CentOS 7.x is python2.7

=== Activate python3 

When connected on rosina1, using :

----
$ ssh solar@rosina1
----

To activate python3, you must activate a python venv, using :

----
..p3
----

This is an alias to:

----
/home/solar/py3.venv/bin/activate
----

=== Switch-back to python2.7

To come back to python2.7, use:

----
deactivate
----

=== python3 installation

See link:page=python[]