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
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: