You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
I tried to use poetry in the following manner:
A conda environment provides python and poetry itself
The rest is business as usual with local, per-project virtual environments
However, the above flow is not possible, because poetry detects the environment it is running in as an already created target environment and simply breaks it during poetry install. That's despite virtualenvs.in-project is set to true.
It would be nice to have an option to disable such behaviour.
The text was updated successfully, but these errors were encountered:
Feature Request
I tried to use poetry in the following manner:
python
andpoetry
itselfHowever, the above flow is not possible, because
poetry
detects the environment it is running in as an already created target environment and simply breaks it duringpoetry install
. That's despitevirtualenvs.in-project
is set totrue
.It would be nice to have an option to disable such behaviour.
The text was updated successfully, but these errors were encountered: