Skip to content

Commit a19c3c8

Browse files
committed
cleanup-after-troubleshooting
1 parent a2acb1b commit a19c3c8

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

setup.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,16 @@ else
3030
SHELL_TYPE="sh"
3131
fi
3232

33-
# Debug
3433
if [[ $- == *i* ]]; then
3534
#Shell is interactive
3635
eval "$(~/.local/bin/mise activate "$SHELL_TYPE")"
3736
else
3837
echo "Shell is not interactive, mise env setup may not fully function, see https://mise.jdx.dev/dev-tools/shims.html#shims-vs-path"
3938
eval "$(~/.local/bin/mise activate --shims)"
4039
fi
41-
# Fallback preparation
42-
#mise_installs="${HOME}/.local/share/mise/installs"
43-
#export PATH="${HOME}/.local/bin:${mise_installs}/python/latest/bin:${mise_installs}/jq/latest:${mise_installs}/bitwarden-secrets-manager/latest:${PATH}"
4440

4541
mise install
4642

47-
which bws
48-
4943

5044
# --- Bitwarden credential setup ---
5145
if [ ! -f ".env" ]; then
@@ -76,4 +70,6 @@ echo "Activate the python virtual environment"
7670
source .venv/bin/activate
7771

7872
echo "Install dependencies"
79-
pip install -r requirements.txt
73+
pip install -r requirements.txt
74+
75+
echo "Setup completed!"

0 commit comments

Comments
 (0)