Links
Link important words to other wiki articles or even other websites. It will help readers understand the context.
Okay, got itYou do not have permission to edit this page, for the following reason:
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
Templates used on 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]]
{{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]]