rattler_shell 0.26.8

A crate to help with activation and deactivation of a conda environment
Documentation
1
2
3
4
5
6
7
8
9
10
---
source: crates/rattler_shell/src/activation.rs
expression: script_contents
---
echo 'Warning: CONDA_SHLVL not set. This may indicate a broken workflow.'
echo 'Proceeding to unset conda variables without restoring previous values.'
hide-env TEST_VAR1
hide-env TEST_VAR2
hide-env CONDA_PREFIX
hide-env CONDA_SHLVL