-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search for poetry
envs in ~/.cache/pypoetry/virtualenvs
#150
Comments
Based on the current algorithm, we shouldn't have to hard code these. |
Those environments are where poetry is adding the environments when you use a devcontainer. The issues on native locator that were filed all complained that the environments in that location were not found. |
Link to one of the issues microsoft/vscode-python#24071 |
Duplicate of #161 |
These seems to be common locations:
~/.cache/pypoetry/virtualenvs
~/.cache/pypoetry/
~/.config/pypoetry/virtualenvs
~/.config/pypoetry
The text was updated successfully, but these errors were encountered: