Ugurlu.de
WebsiteDiscordImpressum
  • Startseite
  • ROOTSERVER
    • PhpMyAdmin Installation
    • Nextcloud Installation
    • Java 8 Installation
    • MongoDB Installation
    • Docker Installation
    • Teamspeak3 Server Installation
    • Nginx Proxy Manager Installation
    • Portainer Installation
    • Apache2 Installation
    • Nginx Installation
    • Virtualhost (Apache2)
    • Virtualhost Redirect (Apache2)
    • SSL Zertifikat Installation
    • Python3 Installation
  • Scripts
    • Minecraft Auto Start
  • Automatically Script
    • LAMPP (Apache2, MySQL und PHP8.2)
    • Lemp (Nginx, MySQL und PHP8.3)
    • Docker (Docker, Composer)
    • Nextcloud (Apache2, MySQL, phpMyAdmin and PHP8.2)
    • Python3.11
    • Java8
    • Java11
    • Java21
    • Minecraft Server 1.21
  • Windows
    • OEMInformation einrichten
Powered by GitBook
On this page

Was this helpful?

  1. ROOTSERVER

Python3 Installation

  • Aktualisiere die Paketlisten & installiere die Updates.

apt update && apt upgrade -y
  • Installieren Sie die benötigten Pakete

apt install wget build-essential libncursesw5-dev libssl-dev \
     libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev   -y
  • Python3.11 Installieren

wget https://www.python.org/ftp/python/3.11.3/Python-3.11.3.tgz
  • Python3.11 Extrahieren

tar xzf Python-3.11.3.tgz 
  • Für die Kompilierung von Python3.11

./configure --enable-optimizations 
  • Um Python3.11 ui Installieren

make altinstall

Python3.11 Ist erfolgreich Installiert

PreviousSSL Zertifikat InstallationNextMinecraft Auto Start

Last updated 1 year ago

Was this helpful?