From a terminal or command line, jpip usage is the same as pip, offering familiarity to experienced pip users. However, the --user flag needs to be added to the install command to ensure the packages are installed to JMP’s site-packages directory.
The following example installs the provided python_module(s).
jpip install --user --no-warn-script-location python_module(s)
The following example lists the currently installed packages in JMP’s Python environment.
jpip list
The following example uninstalls the provided python_module(s).
jpip unistall python_module(s)