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 running pythons venv activate, the virtual environment should be activated in the user's shell environment, not in a subprocess. This allows commands like source and export to modify the host shell's environment variables.
When running
pythons venv activate, the virtual environment should be activated in the user's shell environment, not in a subprocess. This allows commands likesourceandexportto modify the host shell's environment variables.