Skip to content

Commit

Permalink
(#26) chore: implement python 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Dec 28, 2019
1 parent eeb4b5a commit b63b4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh-pyenv.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ function pyenv::install {
curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash
pyenv install 3.7.4
pyenv install 3.8.0
pyenv install 3.8.1
pyenv global 3.8.0
message_success "Installed ${pyenv_package_name}"
pyenv::post_install
}

function pyenv::post_install {
message_info "Installing other tools for ${pyenv_package_name}"
pip install --user --upgrade pip
pip install --user pipenv mypy autopep8 \
flake8 elpy jedi rope \
isort epc importmagic \
Expand Down

0 comments on commit b63b4a2

Please sign in to comment.