This version is approved.
No categories assigned
Installing Python on Linux
-
- Last edited 4 years ago by MLR
-
-
- This page is approved
Contents
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".