rattler_shell 0.27.0

A crate to help with activation and deactivation of a conda environment
Documentation
1
2
3
4
5
6
7
---
source: crates/rattler_shell/src/shell/mod.rs
expression: script.contents
---
set -gx FOO "bar"
set -e FOO
source "foo.sh"