Skip to content

Commit

Permalink
Runner changes keep getting deleted on updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jul 7, 2024
1 parent 79d45ed commit 5626049
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# -*- coding: utf-8 -*-
# Run bot in a virtual environment

export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

cd ~/Applications
# python3.11 -m venv StatusBot
cd StatusBot
Expand Down

0 comments on commit 5626049

Please sign in to comment.