Sign in
opensecura
/
3p
/
renode
/
renode
/
2b938272c61d82114318dda872274225489cbfea
/
.
/
tools
/
packaging
/
conda
/
activate-win.sh
blob: 22064d6bbdc1d9d2c308992c1de1eaee80e3eb71 [
file
] [
log
] [
blame
]
# For Bash on Windows (Cygwin / git bash / MSYS2).
RENODE_BIN_DIR
=
"$(cygpath.exe $CONDA_PREFIX)/Library/renode/exec"
export PATH
=
"$RENODE_BIN_DIR:$PATH"