Scripting Guide > Python > Install a Python Package > Using the Terminal or Command Line to Work with jpip
发布日期: 03/04/2025

Using the Terminal or Command Line to Work with jpip

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)
需要更多信息?有问题?从 JMP 用户社区得到解答 (community.jmp.com).