mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore: update python3 and add path
This commit is contained in:
@@ -10,10 +10,10 @@ eval "$(pyenv init --path)"
|
||||
eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
pyenv install 2.7.17
|
||||
pyenv install 3.8.5
|
||||
pyenv install 3.10.1
|
||||
|
||||
pyenv virtualenv 2.7.17 neovim2
|
||||
pyenv virtualenv 3.8.5 neovim3
|
||||
pyenv virtualenv 3.10.1 neovim3
|
||||
|
||||
pyenv activate neovim2
|
||||
pip2 install neovim
|
||||
@@ -23,4 +23,4 @@ pip3 install neovim
|
||||
|
||||
pip3 install awscli
|
||||
|
||||
pyenv deactivate
|
||||
pyenv deactivate
|
||||
|
||||
Reference in New Issue
Block a user