update python install version.

This commit is contained in:
Alex Huddleston 2021-01-08 05:07:49 +00:00
parent 14bd231010
commit 85cf390489

View file

@ -21,7 +21,7 @@ export PATH="$HOME/.pyenv/bin:$PATH"
export PATH="$HOME/.local/share:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
pyenv shell 3.8.0
pyenv shell 3.9.0
# thefuck, needs to happen after pyenv
export PATH="$HOME/.local/bin:$PATH"