Sign in
opensecura
/
3p
/
renode
/
renode
/
9d46c2f8be2f8a2c2c02680dad9072a14eb90b2f
/
.
/
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"