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 |
(No difference)
|
Latest revision as of 14:46, 21 December 2021
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".