Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sryabkov authored Jan 7, 2025
1 parent 7fac356 commit 80d807b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ install_poetry() {
if [ "$config_vercomp" == "ge" ]; then
# Ensure that poetry behaves as expected with mise python (pyenv)
if [ "$venv_vercomp" == "ge" ]; then
echo Running: \"poetry config virtualenvs.use-poetry-python true\".
echo Running: \"poetry config virtualenvs.use-poetry-python false\".
echo ""
"$install_path"/bin/poetry config virtualenvs.use-poetry-python true
"$install_path"/bin/poetry config virtualenvs.use-poetry-python false
else
echo Running: \"poetry config virtualenvs.prefer-active-python true\".
echo ""
Expand Down

0 comments on commit 80d807b

Please sign in to comment.