mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-22 19:17:34 +00:00
[provisioning] Update python recipe
This commit is contained in:
parent
abccba18fa
commit
d84793d5b0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Description: The Python programming language
|
||||
set -e
|
||||
|
||||
__PYTHON_VERSION=3.9.1
|
||||
__PYTHON_VERSION=3.10.0
|
||||
|
||||
_recipe _path
|
||||
_recipe git
|
||||
|
@ -52,7 +52,7 @@ case $_PLATFORM in
|
|||
;;
|
||||
esac
|
||||
|
||||
_profile 'eval "$(pyenv init -)"'
|
||||
_profile 'eval "$(pyenv init --path)"'
|
||||
_profile 'eval "$(pyenv virtualenv-init -)"'
|
||||
_profile 'pyenv global $(pyenv versions --bare --skip-aliases | egrep "^(\.?[[:digit:]]+)+$" | sort -rV)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue