New submission from john kim <[email protected]>:
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? ---------- components: Library (Lib) messages: 394909 nosy: idle947 priority: normal severity: normal status: open title: venv activate script would be good to show failure. type: enhancement versions: Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44286> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
