[issue39505] redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powershell

2020-01-31 Thread Fuzheng Duan
Change by Fuzheng Duan : -- keywords: +patch pull_requests: +17663 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18290 ___ Python tracker <https://bugs.python.org/issu

[issue39505] redundant ‘/’ in $env:VIRTUAL_ENV when use venv in powershell

2020-01-31 Thread Fuzheng Duan
New submission from Fuzheng Duan : When windows users use "python -m venv ENV_DIR", a python virtual environment will be created in ENV_DIR. Powershell users use ENV_DIR\Scripts\Activate.ps1 to activate virtual environment. In powershell, a environment variable, "$env:VIRTUAL_E