poetry shell
not use nushell
when spawning shell for virtual environment
#5349
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
Poetry shell command doesn't spawn virtual environment with intended shell. In this case poetry not use Nushell. This problem is caused by
shellingham
dependency not detectnushell
in this casenu.exe
but detect other shell likepwsh.exe
orcmd.exe
following COMSPEC env variable in Windows.I make PR in
shellingham
to includenushell
sarugaku/shellingham#56
edit: PR already merge
The text was updated successfully, but these errors were encountered: