We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e02c8 commit 61e774fCopy full SHA for 61e774f
docs/changelog/2728.bugfix.rst
@@ -0,0 +1 @@
1
+no longer create `()` output in console during activation of a virtualenv by .bat file.
src/virtualenv/activation/batch/activate.bat
@@ -1,4 +1,5 @@
@REM This file is UTF-8 encoded, so we need to update the current code page while executing it
2
+@echo off
3
@for /f "tokens=2 delims=:." %%a in ('"%SystemRoot%\System32\chcp.com"') do (
4
@set _OLD_CODEPAGE=%%a
5
)
0 commit comments