Update autoexec.sh
This commit is contained in:
committed by
GitHub
parent
b47dcff9d2
commit
b720050abf
@@ -5,8 +5,8 @@ ENIGMA_INSTALL_DIR=${ENIGMA_INSTALL_DIR:=$HOME/enigma-bbs}
|
|||||||
AUTOEXEC_LOGFILE="$ENIGMA_INSTALL_DIR/logs/autoexec.log"
|
AUTOEXEC_LOGFILE="$ENIGMA_INSTALL_DIR/logs/autoexec.log"
|
||||||
|
|
||||||
# Environment Versions (would be awesome to read this from mise.toml)
|
# Environment Versions (would be awesome to read this from mise.toml)
|
||||||
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=18}
|
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=$(toml get --toml-path=$ENIGMA_INSTALL_DIR/mise.toml tools.node)}
|
||||||
ENIGMA_PYTHON_VERSION=${ENIGMA_PYTHON_VERSION:=3.10}
|
ENIGMA_PYTHON_VERSION=${ENIGMA_PYTHON_VERSION:=$(toml get --toml-path=$ENIGMA_INSTALL_DIR/mise.toml tools.python)}
|
||||||
|
|
||||||
# Mise en place
|
# Mise en place
|
||||||
eval "$(~/.local/bin/mise activate bash)"
|
eval "$(~/.local/bin/mise activate bash)"
|
||||||
|
|||||||
Reference in New Issue
Block a user