Setup:Installation Guide/System Preparation/Linux/Python

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in one of the groups: Users, Administrators, Reviewers, ES_editors, Blog_editors, Editors.

You can view and copy the source of this page.

Return to Setup:Installation Guide/System Preparation/Linux/Python.

{{DISPLAYTITLE:Installing Python on Linux}}

__TOC__

{{Messagebox|boxtype=important|Note text=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:

<pre>apt-get update; \

apt-get -y install python3; \

apt-get clean</pre>

==Next step==

If you have successfully completed all steps, you can proceed to the next step "[[Setup: Installation Guide/System Preparation/Linux/Memcached | Memcached]]".

[[en:{{FULLPAGENAME}}]]

[[de:Setup:Installationsanleitung/Systemvorbereitung/Linux/Python]]