Initial commit.

This commit is contained in:
Fjerkroa Auto
2023-03-21 18:25:14 +01:00
commit 5054cac49b
14 changed files with 246 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export HOME=/home/pi
export PATH=$HOME/.pyenv/bin:$HOME/.pyenv/shims:$PATH
export PYENV_VIRTUALENV_DISABLE_PROMPT=1
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pyenv activate py311