conda run <executable>

Run an executable in a conda environment. [Experimental]

Arguments

NameDescription
executablefilepaths

Options

NameDescription
-n, --name <Environment>Name of environment
-p, --prefix <path>Full path to environment location (i.e. prefix)
-v, --verboseUse once for info, twice for debug, three times for trace
--devSets `CONDA_EXE` to `python -m conda`, assuming the CWD contains the root of conda development sources
--debug-wrapper-scriptsWhen this is set, where implemented, the shell wrapper scripts will echo to stderr a lot of debugging information
--cwd <arg>Current working directory for command to run in. Defaults to cwd
--no-capture-outputDon't capture stdout/stderr
--live-streamDisplay the output for the subprocess stdout and stderr on real time