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

Make sure we are looking for conda in all the right places #3641

Closed
brettcannon opened this issue Dec 11, 2018 · 1 comment
Closed

Make sure we are looking for conda in all the right places #3641

brettcannon opened this issue Dec 11, 2018 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality important Issue identified as high-priority

Comments

@brettcannon
Copy link
Member

From the conda team:

macOS:

single user:

/Users/username/anaconda3
/Users/username/anaconda2
/Users/username/miniconda3
/Users/username/miniconda2
user defined /Users/username/*

system wide:

not recommended

Linux:

single user:

/home/username/anaconda3
/home/username/anaconda2
/home/username/miniconda3
/home/username/miniconda2
user defined, e.g. /home/username/python/*

system wide:

user defined, typically a path all users have access:
/opt/anaconda3

Windows:

single user:

c:\Users\username\AppData\Local\Continuum\anaconda3
c:\Users\username\AppData\Local\Continuum\anaconda2
c:\Users\username\Miniconda3
c:\Users\username\Miniconda2
user defined

system wide:

C:\ProgramData\Anaconda3
C:\ProgramData\anaconda2
C:\ProgramData\Miniconda3
C:\ProgramData\Miniconda2

@ericsnowcurrently
Copy link
Member

I've verified (on linux) that /opt/miniconda3/... is showing up in the interpreters list.

@ghost ghost removed the needs PR label Jan 3, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality important Issue identified as high-priority
Projects
None yet
Development

No branches or pull requests

4 participants