Omdat Python uitstekend geschikt is voor ontwikkeling, scripting en data-analyse,
is de installatie op Linux belangrijk voor veel projecten. In deze handleiding
laten we zien hoe je het installeert op Ubuntu en CentOS. Met deze eenvoudige
stappen krijg je Python werkend op je systeem.
Prerequisites
Zorg voor het volgende voordat je Python installeert op Linux:
-
Actieve Cloudzy Linux VPS: You’re on a Cloudzy
VPS met Ubuntu of CentOS. -
Basiskennis van de command line: Je weet hoe je
de Linux command line gebruikt. -
Admin Rights: Je hebt root-toegang of kunt
'sudo' gebruiken voor commando's.
Met deze stappen ben je klaar om Python te installeren op je Cloudzy
VPS.
Installing Python on
Ubuntu
- Update Packages:
-
SSH naar je VPS.
-
Type sudo apt update to refresh
packages.
- Install Python:
- Installeer Python met sudo apt install python3. This
installeert de nieuwste Python 3.
- Check Version:
- Confirm by typing python3 –version. It shows the
Python version.

Installing Python on
CentOS
- Update Packages:
-
SSH naar je VPS.
-
Type sudo dnf update voor het bijwerken van het systeem
packages.
- Install Python:
- Run sudo dnf install python3 to install Python.
Dit installeert de standaard Python 3 uit je CentOS-repository.
- Check Version:
- Controleer na de installatie met python3 –version. It
toont de geïnstalleerde Python 3-versie.

Gefeliciteerd! Je hebt Python succesvol geïnstalleerd op Ubuntu en
CentOS in Cloudzy VPS. Als je meer informatie of verdere
hulp nodig hebt, neem dan contact op met ons supportteam via submitting a
ticket.
Ook in beginnersdocumenten
Related guides.
Hulp nodig met iets anders?
Gemiddelde reactietijd onder 1 uur. Echte mensen, geen bots.