Skip to main content

jnc install

Installs an environment by resolving dependencies and populating the environment prefix. If the lock file is not up-to-date with the manifest, it will be updated first. By default, only the default environment is installed. Use --environment to install a specific environment, or --all to install every environment defined in the workspace. Running jnc install is not strictly required before other commands like jnc run or jnc shell — those commands automatically install the environment if needed. Use jnc install when you want to explicitly prepare an environment ahead of time. Alias: i

Usage

Options

Global Options

Examples

Install the default environment

Install a specific environment

Install all environments

Install using the lock file without updating

Install while skipping a package

Install only specific packages and their dependencies