Bureaucrats, cc_docs_admin, cc_staff
2,314
edits
(Created page with "To install the CPLEX Python modules like <tt>docplex</tt>, we suggest that you use a virtual environment.") |
(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...") |
||
Line 121: | Line 121: | ||
To install the CPLEX Python modules like <tt>docplex</tt>, we suggest that you use a [[Python#Creating_and_using_a_virtual_environment | virtual environment]]. | To install the CPLEX Python modules like <tt>docplex</tt>, we suggest that you use a [[Python#Creating_and_using_a_virtual_environment | virtual environment]]. | ||
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 these Python modules must be done on the login node because they are not available in the CVMFS wheelhouse. |