Scripting Guide > Python > Install a Python Package > Using the Terminal or Command Line to Work with jpip
발행일 : 03/10/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).