Y
Hacker News
new
|
ask
|
show
|
jobs
by
yvan
1812 days ago
In the article the author mention that VS Code doesn't support Poetry venv. This can be solve by configuring Poetry to create the virtualenvironment directly in the project folder (which in my opinion is neater).
Here is the config
https://python-poetry.org/docs/configuration/#virtualenvsin-...
1 comments
anewhnaccount2
1812 days ago
You can also just create .venv as a symlink.
link