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

support Poetry vens #47

Open
turbotimon opened this issue Dec 29, 2022 · 1 comment
Open

support Poetry vens #47

turbotimon opened this issue Dec 29, 2022 · 1 comment

Comments

@turbotimon
Copy link

Request to support virtual environments created by Poetry normally located at /home/<username>/.cache/pypoetry/virtualenvs/. Or, the possibility to add own configurations (paths to venv folder)

It looks like the tool does it not right now:

$ poetry env info
Virtualenv
Python:         3.10.7
Implementation: CPython
Path:           /home/username/.cache/pypoetry/virtualenvs/myvenv-6zKJdnIQ-py3.10
Executable:     /home/username/.cache/pypoetry/virtualenvs/myvenv-6zKJdnIQ-py3.10/bin/python
Valid:          True

System
Platform:   linux
OS:         posix
Python:     3.10.7
Path:       /home/username/.pyenv/versions/3.10.7
Executable: /home/username/.pyenv/versions/3.10.7/bin/python3.10

image

@MelchiorIm3Tal
Copy link

I see one of three Poetry venvs, the first I defined. Further Poetry venvs don't add to the list

@github-actions github-actions bot removed the classify label Sep 13, 2023
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