Translations:CPLEX/27/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Once the virtual environment has been activated, you can install the module using the command:
Once the virtual environment has been activated, you should go in the directory <tt>$STUDIO_ROOT/python</tt> after which you can install the module using the command:
{{Command|prompt=(ENV) [name@server ~]|pip install docplex}}
{{Command|prompt=(ENV) [name@server ~]|python setup.py install}}
The installation of these Python modules must be done on the login node because they are not available in our [[Available_Python_wheels | software stack]].
The installation of these Python modules must be done on the login node because they are not available in our [[Available_Python_wheels | software stack]].

Latest revision as of 16:27, 24 March 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (CPLEX)
Une fois l'environnement virtuel activé, vous devrez aller dans le répertoire <tt>$STUDIO_ROOT/python</tt> et ensuite vous pouvez faire l'installation de la librairie avec la commande: 
{{Commande|prompt=(ENV) [nom@serveur ~]|python setup.py install
}}
L'installation des paquets CPLEX doivent se faire sur le noeud de tête, puisqu'elles ne sont pas disponibles sur notre [[Available_Python_wheels/fr | pile logicielle]].

Once the virtual environment has been activated, you should go in the directory $STUDIO_ROOT/python after which you can install the module using the command:

Question.png
(ENV) [name@server ~] python setup.py install

The installation of these Python modules must be done on the login node because they are not available in our software stack.