1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

asdfでpoetry 2x にupgradeするときにSetting virtualenvs.prefer-active-python does not existが出る

Posted at

エラー

Poetry (2.1.1) is installed now. Great!

You can test that everything is set up by executing:

`poetry --version`

Configuring poetry to behave properly with asdf ...
Running: "poetry config virtualenvs.prefer-active-python true".


Setting virtualenvs.prefer-active-python does not exist

Cleanup: Something went wrong!

GitHub Issue

解決策

修正されているので、pluginをupgradeする

asdf plugin-update poetry
asdf install poetry 2.1.1
You can test that everything is set up by executing:

`poetry --version`

Configuring poetry to behave properly with asdf ...
Running: "poetry config virtualenvs.use-poetry-python false".

:tada:

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?