Skip to content
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

Closed
karthiknadig opened this issue Sep 19, 2024 · 5 comments
Closed

Search for poetry envs in ~/.cache/pypoetry/virtualenvs #150

karthiknadig opened this issue Sep 19, 2024 · 5 comments
Assignees

Comments

@karthiknadig
Copy link
Member

These seems to be common locations:

  • ~/.cache/pypoetry/virtualenvs
  • ~/.cache/pypoetry/
  • ~/.config/pypoetry/virtualenvs
  • ~/.config/pypoetry
@DonJayamanne
Copy link
Collaborator

Based on the current algorithm, we shouldn't have to hard code these.
Can you share more information on where the current algorithm isn't working, e.g. steps to repro or the like.
Or logs.

@DonJayamanne DonJayamanne self-assigned this Oct 1, 2024
@karthiknadig
Copy link
Member Author

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.

@DonJayamanne
Copy link
Collaborator

Link to one of the issues microsoft/vscode-python#24071

@karthiknadig
Copy link
Member Author

@DonJayamanne
Copy link
Collaborator

Duplicate of #161

@DonJayamanne DonJayamanne marked this as a duplicate of #161 Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants