Translations:CPLEX/27/en: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Once the virtual environment has been activated, you can install the module using the command: {{Command|prompt=(ENV) [name@server ~]|pip install docplex}} The installation of...") |
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 can install the module using the command: | ||
{{Command|prompt=(ENV) [name@server ~]|pip install docplex}} | {{Command|prompt=(ENV) [name@server ~]|pip install docplex}} | ||
The installation of these Python modules must be done on the login node because they are not available in | 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]]. |
Revision as of 15:27, 11 March 2021
Once the virtual environment has been activated, you can install the module using the command:
(ENV) [name@server ~] pip install docplex
The installation of these Python modules must be done on the login node because they are not available in our software stack.