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