mirror of
https://github.com/correl/dotfiles.git
synced 2025-01-09 19:11:05 +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
|
# Description: The Python programming language
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
__PYTHON_VERSION=3.9.1
|
__PYTHON_VERSION=3.10.0
|
||||||
|
|
||||||
_recipe _path
|
_recipe _path
|
||||||
_recipe git
|
_recipe git
|
||||||
|
@ -52,7 +52,7 @@ case $_PLATFORM in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
_profile 'eval "$(pyenv init -)"'
|
_profile 'eval "$(pyenv init --path)"'
|
||||||
_profile 'eval "$(pyenv virtualenv-init -)"'
|
_profile 'eval "$(pyenv virtualenv-init -)"'
|
||||||
_profile 'pyenv global $(pyenv versions --bare --skip-aliases | egrep "^(\.?[[:digit:]]+)+$" | sort -rV)'
|
_profile 'pyenv global $(pyenv versions --bare --skip-aliases | egrep "^(\.?[[:digit:]]+)+$" | sort -rV)'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue