Initial commit.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user