Changes between Version 27 and Version 28 of InstallationGuidelines/Linux/Developer/Manual
- Timestamp:
- 10/02/24 10:25:10 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Linux/Developer/Manual
v27 v28 2 2 = Installation Guidelines: Linux - Developer (Manual) = 3 3 == Install Python == 4 The latest Python 2.7version is currently recommended.4 The latest Python 3.9 version is currently recommended. 5 5 6 6 For Debian-based systems like Ubuntu: 7 7 {{{ 8 8 sudo su - 9 apt-get install python 2.79 apt-get install python3.9 10 10 }}} 11 11