Translations:CPLEX/27/en: Difference between revisions
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 ~]| | {{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
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:
(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.