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
Using windows WSL2 with debian and python3.7, I just migrated to poetry 1.2.2 and wanted to try the new bundle plugin that would allow me to build faster in my CI.
I innocently typed
poetry bundle venv .
as I wanted the bundle to be in the current folder. The command started and showed
Bundling xxx_gateway (1.1.1) into .: Removing existing virtual environment
and then
[Errno 22] Invalid argument: '.'
In the meantime my folder had been emptied (no consequence git was here)
I think other people could try to bundle in there local folder so I suggest adding an exception for the dot path. Maybe using ./bundle as a default could be interesting in some automation process as well.
The text was updated successfully, but these errors were encountered:
Using windows WSL2 with debian and python3.7, I just migrated to poetry 1.2.2 and wanted to try the new bundle plugin that would allow me to build faster in my CI.
I innocently typed
as I wanted the bundle to be in the current folder. The command started and showed
and then
In the meantime my folder had been emptied (no consequence git was here)
I think other people could try to bundle in there local folder so I suggest adding an exception for the dot path. Maybe using ./bundle as a default could be interesting in some automation process as well.
The text was updated successfully, but these errors were encountered: