update python install version.
This commit is contained in:
parent
14bd231010
commit
85cf390489
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export PATH="$HOME/.pyenv/bin:$PATH"
|
||||||
export PATH="$HOME/.local/share:$PATH"
|
export PATH="$HOME/.local/share:$PATH"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
pyenv shell 3.8.0
|
pyenv shell 3.9.0
|
||||||
|
|
||||||
# thefuck, needs to happen after pyenv
|
# thefuck, needs to happen after pyenv
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
Reference in a new issue