This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Nils-Hero
Recipients Nils-Hero
Date 2018-12-22.03:39:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545449984.07.0.98272194251.issue35558@roundup.psfhosted.org>
In-reply-to
Content
Windows 7, Python 3.7.1:260ec2c36a

after doing

    C:\python\python -m venv C:\myvenv

and then

    C:\>myvenv\Scripts\activate.bat

it prints

    parameter format not correct - 65001

However, it activates the venv - the prompt shows

    (myvenv) C:\>

and

    C:\myvenv\Scripts;

gets prepended to PATH.

When i outcomment

    for /f "tokens=2 delims=:" %%a in ('"%SystemRoot%\System32\chcp.com"') do (
        set "_OLD_CODEPAGE=%%a"
    )

in the activate.bat then the message wont show up.

related: https://stackoverflow.com/questions/51358202/python-3-7-activate-venv-error-parameter-format-not-correct-65001-windows
History
Date User Action Args
2018-12-22 03:39:47Nils-Herosetrecipients: + Nils-Hero
2018-12-22 03:39:44Nils-Herosetmessageid: <1545449984.07.0.98272194251.issue35558@roundup.psfhosted.org>
2018-12-22 03:39:44Nils-Herolinkissue35558 messages
2018-12-22 03:39:44Nils-Herocreate