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 idle947
Recipients idle947
Date 2021-06-02.14:03:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622642586.2.0.174845262957.issue44286@roundup.psfhosted.org>
In-reply-to
Content
I changed the path of the project using venv, so it didn't work properly.

I thought it worked successfully because there was a (venv) on the terminal line.

However, the __VENV_DIR__ in the 

set "VIRTUAL_ENV=__VENV_DIR__" 

in the activate script did not work properly because it was the PATH before the replacement.

How about adding a procedure to verify the __VENV_DIR__ is a valid PATH to the Activate Script?
History
Date User Action Args
2021-06-02 14:03:06idle947setrecipients: + idle947
2021-06-02 14:03:06idle947setmessageid: <1622642586.2.0.174845262957.issue44286@roundup.psfhosted.org>
2021-06-02 14:03:05idle947linkissue44286 messages
2021-06-02 14:03:05idle947create