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