conda run <executable>
Run an executable in a conda environment. [Experimental]
Arguments
Name | Description |
---|
executable | filepaths |
Options
Name | Description |
---|
-n, --name <Environment> | Name of environment |
-p, --prefix <path> | Full path to environment location (i.e. prefix) |
-v, --verbose | Use once for info, twice for debug, three times for trace |
--dev | Sets `CONDA_EXE` to `python -m conda`, assuming the CWD contains the root of conda development sources |
--debug-wrapper-scripts | When 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-output | Don't capture stdout/stderr |
--live-stream | Display the output for the subprocess stdout and stderr on real time |