-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cli): add --no-activation option to prevent env activation durin…
…g global install/upgrade (#1980) Introduce the `--no-activation` flag in `install.rs`, `upgrade.rs`, and `upgrade_all.rs` to allow users to globally install executable scripts without activating the underlying conda environment. Fixes #1382 docs: update usage instructions with `--no-activation` flag in global cli documentation test: add integration tests for `--no-activation` option in global install/upgrade paths --------- Co-authored-by: Hofer-Julian <[email protected]>
- Loading branch information
1 parent
3e58dc3
commit e545af3
Showing
5 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters