Sign in
opensecura
/
3p
/
renode
/
renode
/
9d46c2f8be2f8a2c2c02680dad9072a14eb90b2f
/
.
/
tools
/
packaging
/
conda
/
deactivate-win.sh
blob: 285a06e97de09e3026c321f288e8eff56a66fdbd [
file
] [
log
] [
blame
]
# For Bash on Windows (Cygwin / git bash / MSYS2).
RENODE_BIN_DIR
=
"$(cygpath.exe $CONDA_PREFIX)/Library/renode/exec"
export PATH
=
$
(
python
-
c
"print(\"$PATH\".replace(\"$RENODE_BIN_DIR\" + ':',''))"
)