-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtualenv doesn't work if TCL is not installed #945
Comments
Also at a guess this should originally have been written using os.path, rather than string concat? |
Yes re using os.path , but |
Hi there, 6431406 should have solved this issue, and is now in 15.0.3 |
That did not fix it on Mac. |
Can you test with |
If (for any reason) the user did not elect to install TCL / TK during installation, we get the following error:
The relevant code is that added to fix #93
#911
I propose the following patch (at ln1076) along the same lines as the code used elsewhere for the dll files (ln1277):
This is a clear message and is forward-compatible should the user later elect to install tkinter and re-create the virtual environment.
The text was updated successfully, but these errors were encountered: