Python 3.7.4 now available on shared hosting accounts.

Python 3.7.4 now available on shared hosting accounts.
The new python version can be found at the following location.

/usr/bin/python3.7

Shared hosting account can create a local virtual environment with the following commands.

python3.7 -m venv .virtualenv
source .virtualenv/bin/activate

Back to News