Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
crhultay authored Nov 26, 2024
1 parent 1da5beb commit 00bad37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions misc/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,12 @@ install_mise_en_place() {

mise install

NODE_PATH="~/.local/share/mise/installs/node/latest/bin"
PYTHON_PATH="~/.local/share/mise/installs/python/latest/bin"
export PATH=$NODE_PATH:$PYTHON_PATH:$PATH
PATH="$HOME/.local/share/mise/shims:$PATH"
}

install_tools() {
# Used to read toml files from bash scripts
~/.local/share/mise/installs/python/latest/bin/python -m pip install toml-cli
python -m pip install toml-cli
}

download_enigma_source() {
Expand Down

0 comments on commit 00bad37

Please sign in to comment.