Skip to content

Commit

Permalink
Update autoexec.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crhultay authored Nov 25, 2024
1 parent 669efdc commit 99fd67d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions autoexec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@ ENIGMA_INSTALL_DIR=${ENIGMA_INSTALL_DIR:=$HOME/enigma-bbs}
AUTOEXEC_LOGFILE="$ENIGMA_INSTALL_DIR/logs/autoexec.log"

# Mise en place
eval "$(~/.local/bin/mise activate bash)"
export PYTHON_VENV_PATH="$HOME/enigma-bbs/.venv/bin"
export PYTHON_PATH="$HOME/.local/share/mise/installs/python/$ENIGMA_PYTHON_VERSION/bin"
export MISE_PATH="$HOME/.local/bin"
export NODE_PATH="$HOME/.local/share/mise/installs/node/$ENIGMA_NODE_VERSION/bin"
export PATH="$PYTHON_VENV_PATH:$PYTHON_PATH:$MISE_PATH:$NODE_PATH:$PATH"
~/.local/bin/mise activate bash >> bash

# Environment Versions
ENIGMA_NODE_VERSION=${ENIGMA_NODE_VERSION:=$(toml get --toml-path=$ENIGMA_INSTALL_DIR/mise.toml tools.node)}
Expand Down

0 comments on commit 99fd67d

Please sign in to comment.