-
Notifications
You must be signed in to change notification settings - Fork 225
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
Anaconda install process not robust to spaces in path #144
Comments
Comment by mrocklin from Sunday Jul 13, 2014 at 15:46 GMT BTW, I ran into this with @mattwestcott , Anaconda installation fails when people rename the installation file to something like "Anaconda July 2014.sh". If you think that this is a silly thing to do then you should probably tell that to Corinna, who gave me such a file :) |
Comment by asmeurer from Tuesday Jul 15, 2014 at 15:59 GMT We probably could fix the file. We just need to be more careful about quoting in the shell script. In general, though, Anaconda doesn't support spaces in paths on Unix (for instance, it's impossible to have a path with a space in it in a shebang line). |
Was this issue ever addressed? I just encountered a similar issue with Miniconda3-3.18.9-Linux-x86_64.sh when installing from a directory called "/var/lib/jenkins/workspace/warehouse-server dependency check" (i.e.: path includes 2x spaces)
It seems like tests may never have been put in place when #575 changes were made |
Closing in favor of #716 |
Issue by mattwescott from Friday Jul 11, 2014 at 15:25 GMT
Originally opened as conda/conda#809
The install scripts were in "/home/matt/usr/Anaconda Jul_2014"
It appears to be looking in Anaconda folder, and then attempts to open itself in the Jul_2014 folder.
Error:
The text was updated successfully, but these errors were encountered: