Changes between Version 27 and Version 28 of InstallationGuidelines/Linux/Developer/Manual


Ignore:
Timestamp:
10/02/24 10:25:10 (3 weeks ago)
Author:
Fran Boon
Comment:

Use 3.9 not 2.7

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Linux/Developer/Manual

    v27 v28  
    22= Installation Guidelines: Linux - Developer (Manual) =
    33== Install Python ==
    4 The latest Python 2.7 version is currently recommended.
     4The latest Python 3.9 version is currently recommended.
    55
    66For Debian-based systems like Ubuntu:
    77{{{
    88sudo su -
    9 apt-get install python2.7
     9apt-get install python3.9
    1010}}}
    1111