elixir-luxembourg / daisy

Data Information System (DAISY) is a data bookkeeping application designed to help Biomedical Research institutions with their GDPR compliance.
GNU Affero General Public License v3.0
12 stars 10 forks source link

Bump python version in DEPLOYMENT.md #484

Open Fancien opened 8 months ago

Fancien commented 8 months ago

Is your feature request related to a problem? Please describe.

DEPLOYMENT.md gives the following commands to install python:

wget https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tgz
tar -xvf Python-3.9.6.tgz
cd Python-3.9.6
./configure --enable-optimizations
make
make altinstall

This forces the installation of Python 3.9.6, instead of the latest 3.9 version (3.9.18).

Describe the solution requested

Update the DEPLOYMENT.md with the commands to install the latest python 3.9 version