Sign in
opensecura
/
3p
/
renode
/
renode
/
2b938272c61d82114318dda872274225489cbfea
/
.
/
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\" + ':',''))"
)