Skip to content

How to install python for PDS tools deep-archive, registry-client, data-upload-manager, ... ? #64

Discussion options

You must be logged in to vote

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:

  1. Install Python 3.9+:

    sudo dnf install python3.9
  2. Verify the installation:

    python3.9 --version

NOT TESTED on Debian/Ubuntu-Based Systems:

  1. Update your package list:

    sudo apt update
  2. Install prerequisites (these are needed to build Python from source, but might not be necessary for every installation):

    sudo apt install software-properties-common
  3. Add the deadsnakes PPA (which contains newer Python versions):

    sudo add-apt-repository ppa:deadsnakes/ppa
    sudo apt update
  4. Install Python 3.9 or later:

    sudo apt …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tloubrieu-jpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant