Skip to content
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 installation - spaces in path support #3947

Open
nevadarain opened this issue Aug 5, 2017 · 4 comments
Open

anaconda installation - spaces in path support #3947

nevadarain opened this issue Aug 5, 2017 · 4 comments

Comments

@nevadarain
Copy link

Can anaconda be installed on windows 10 with a home directory that has spaces?

@mingwandroid
Copy link

Yes but it is strongly discouraged. Many things that you can install with conda will fail in that situation.

@nevadarain
Copy link
Author

so @mingwandroid how can I install it without it failing, since i cant change the home directory name?

@csoja csoja changed the title anaconda installation anaconda installation - spaces in path support Jan 9, 2018
@stevengj
Copy link

stevengj commented Nov 8, 2018

Duplicate of #716?

@nilavra
Copy link

nilavra commented May 30, 2019

I was having similar problems by installing Miniconda in my Users folder (which contains a space). So I did a complete uninstall and reinstalled Miniconda in C:\Miniconda3 (as is suggested here).
This new installation should not have anything to do with my User directory, as it is (should be?) completely detached. Yet somehow whenever I try to activate an environment, I get similar errors like this.

Here's my output:

D:\ALL_WORKSPACES\vizwiz-api> conda activate nb
Access is denied.
The system cannot find the file C:\Users\Nilavra.
Could Not Find C:\Users\Nilavra Bhattacharya\AppData\Local\Temp\conda-9484.tmp

D:\ALL_WORKSPACES\vizwiz-api> conda --version
conda 4.6.14

D:\ALL_WORKSPACES\vizwiz-api> where conda
C:\Miniconda3\condabin\conda.bat
C:\Miniconda3\Scripts\conda.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants