Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Install Python modules on Cloud Server
This guide concerns the installation of Python modules, possible on Serveur Cloud.
Installation of Python modules on Serveur Cloud
The installation is done through PIP
, which is a package manager used to install and manage packages written in Python.
Infomaniak offers PIP
and PIP3
through the Fast Installer.
Once PIP is installed, you will be able to install Python modules by specifying --user
in the command.
For example:
pip3 install mysql-connector-python --user
Link to this FAQ: