Skip to content

Commit

Permalink
Add to global on update
Browse files Browse the repository at this point in the history
  • Loading branch information
afaikiac committed Feb 10, 2023
1 parent ecc3558 commit c7e5a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyenvx.bash
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ function install() {

if pyenv virtualenvs --bare | grep "$venv_name" &>/dev/null; then
install_package_in_venv "$package" "$venv_name"
add_venv_to_global "$venv_name"
else
local python_version
python_version=$(select_python_version)
Expand Down

0 comments on commit c7e5a15

Please sign in to comment.