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
This command won't work like this as you are launching a batch script which will spawn a CMD.exe process sets the environment in that and then leave, all while the Nushell shell above never gets the environment changes.
Not quite sure about the virtualenv specific things on Windows but a
overlay usevenv/bin/activate.nu
sounds more like the way we handle that. (may be the path is still venv/Scripts on windows?)
Describe the bug
if i run this command in nu...
...my python virtual environment doesn't activate.
However, if i activate virtual environment before starting nu...
... everything is ok
How to reproduce
C:\marat\programs\BASE\MiriadRobot> venv\Scripts\activate.bat
Expected behavior
I expected that if I run
... my python environment activates
Configuration
The text was updated successfully, but these errors were encountered: