How to install python for PDS tools deep-archive, registry-client, data-upload-manager, ... ? #64
|
From a PDS user I would like to install python as a pre-requisite for some of the PDS tools (deep-archive, registry-client, data-upload-manager, ..), how should I proceed ? |
Replies: 1 comment
|
Here are instructions, created by chatGPT and tested by PDS, for installing Python 3.9 or later on Linux, macOS, and Windows 1. Installing Python 3.9+ on LinuxTested with Fedora:
NOT TESTED on Debian/Ubuntu-Based Systems:
NOT TESTED on CentOS/RHEL-Based Systems:
2. Installing Python 3.9+ on macOS
3. Installing Python 3.9+ on Windows
These instructions will help you install Python 3.9+ on your respective operating system. |
Here are instructions, created by chatGPT and tested by PDS, for installing Python 3.9 or later on Linux, macOS, and Windows
1. Installing Python 3.9+ on Linux
Tested with Fedora:
Install Python 3.9+:
Verify the installation:
NOT TESTED on Debian/Ubuntu-Based Systems:
Update your package list:
Install prerequisites (these are needed to build Python from source, but might not be necessary for every installation):
Add the deadsnakes PPA (which contains newer Python versions):
Install Python 3.9 or later: