-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
venv creation broken on Windows with spaces in python path #140
Comments
hey man, mind sharing with us all the steps you took to make it work? I am trying to do the same but it doesn't really work. |
Sure, off the top of my head, I think this is what I did...
Give that a try. I think at one point I also changed the forward slashes to backslashes in the build script here. Not sure if that's needed now or not. |
well, funny enough I already changed my PC username to have no white space, so I no longer have a problem, but I really appreciate you going all the way explaining I am more than sure someone else will need this! |
These lines to generate the virtual environment didn't work on my machine.
My python.exe is at c:\program files\python37\python.exe. Here's the error I get:
I worked around this by running the venv commands and remaining calls in post_gen_project.py manually, but it'd be better if it worked.
Looks like #23 is a similar but much older issue.
The text was updated successfully, but these errors were encountered: