Archive:Setup:Installation Guide/System Preparation/Linux/Python: Difference between revisions

Redaktion (talk | contribs)
Created page with "{{DISPLAYTITLE:Installing Python on Linux}} __TOC__ {{Messagebox|boxtype=important|Note text=Python is required to render the MediaWiki extension "SyntaxHighlight", which is p..."
Tag: 2017 source edit
 
Redaktion (talk | contribs)
m (username removed) (log details removed)
 
(No difference)

Latest revision as of 10:42, 16 May 2025

Archived! This documentation is obsolete and no longer applies to the current BlueSpice version.
Important!Python is required to render the MediaWiki extension "SyntaxHighlight", which is part of BlueSpice. The steps listed here are required.

Installation

Install Python via Aptitude:

apt-get update; \
apt-get -y install python3; \
apt-get clean

Next step

If you have successfully completed all steps, you can proceed to the next step " Memcached".