-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Errors with post-link script if a space is in the conda path #8
Comments
I thought miniconda/anaconda generally refused to install into paths that contain spaces. Am I misremembering? |
I did think that was true, but I got a report from a user on Windows 10:
So it looks like it allowed him to create the environment in a user directory with a space in the name, and that caused an issue (with the gdk-pixbuf post-link script, but the problem is the same here). I'm not sure if the pull request I did fixes this, but I think it should. |
Makes sense. Looks like other |
Issue:
If a user has a space in their conda path, the post-link script will fail with ".... is not recognized as an internal or external command" because it tries to run the partial path before the space as a program.
The fix should be to quote the command path in the post-link script.
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: