LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

conda-run

environment command executor

TLDR

Run a command in an environment
$ conda run -n [env_name] [command]
copy
Run Python script in environment
$ conda run -n [env_name] python [script.py]
copy
Run with live output
$ conda run --live-stream -n [env_name] [command]
copy

SYNOPSIS

conda run [options] command

DESCRIPTION

conda run executes a command within a conda environment without activating it. This is useful for scripts and automation where you need to run commands in different environments.

PARAMETERS

-n, --name name

Run in named environment.
-p, --prefix path
Run in environment at path.
--live-stream
Stream output in real-time.
--no-capture-output
Don't capture stdout/stderr.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

INSTALL

sudo dnf install conda
copy
nix profile install nixpkgs#conda
copy

SEE ALSO

RESOURCES

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid