Skip to main content

jnc exec

Runs a command in a temporary, isolated environment. The required packages are automatically installed into a cached environment and the command is executed within it. This is useful for one-off commands without creating a full workspace. Temporary environments are cached for reuse. Clear them with jnc clean cache --exec.

Usage

Alias: x

Arguments

Options

Examples

Run Python in a temporary environment:
Run Python with a specific version:
Run a command with additional packages:
Use a specific channel:
Force a fresh environment:
List packages in the temporary environment before running: