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.'
del $TEST_VAR1
del $TEST_VAR2
del $CONDA_PREFIX
del $CONDA_SHLVL