fix: skip configure env for SelfCommand#6225
Conversation
4460606 to
76eabd8
Compare
|
Shouldn't the Or perhaps the whole notion of |
Yes, I had something similar in mind some time ago. But this would require a bigger refactoring. Let's do it at a later point. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
At the moment a venv is created on running a
poetry selfcommand. Even if it is not used in the command itself it's unnecessary and lead to problems as reported in #6222. This PR fixes this.Resolves: #6222