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
When I want to create a virt. env. quickly, I do these steps:
poetry init -n
poetry shell
The first one creates the pyproject.toml file, and the second one creates the virt. env. However, the second command also starts a subshell, and I don't need that. I will activate the virt. env. when I need that.
Is it possible to tell poetry shell somehow to create the virt. env. if it doesn't exist and then stop? That is, don't spawn a subshell at the end. Thanks.
The text was updated successfully, but these errors were encountered:
When I want to create a virt. env. quickly, I do these steps:
The first one creates the
pyproject.toml
file, and the second one creates the virt. env. However, the second command also starts a subshell, and I don't need that. I will activate the virt. env. when I need that.Is it possible to tell
poetry shell
somehow to create the virt. env. if it doesn't exist and then stop? That is, don't spawn a subshell at the end. Thanks.The text was updated successfully, but these errors were encountered: