-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add instructions for users who have already installed Conda #125
Comments
Actually, I just tried using the base_osx-64 environment and it didn't work. What seems to work instead is to add the following after creation of the environment but before doing the installation:
That's also much easier, just need to add another config variable - to the 4 we have already. |
@corneliusroemer that's the current recommendation, it's just a bit more hidden now: docs.nextstrain.org/src/reference/faq.rst Lines 23 to 29 in 5b5f71f
|
The main point of #124 is to recommend the average user to not do this. I'd assume the link in note is clear enough for power users like yourself: Let me know how it could be more clear. Mainly I want to offload these alternative installation paths to the new FAQ page, to avoid confusion for the average user. |
Hmm, but the point here is that the average user may already have installed conda We need to give them an option, too. That's why I think we need to at least explicitly mention where one can find information on what to do if one has conda installed already. Am I missing something? |
Also I noticed that the thing with base_osx-arm didn't work. I had to add the variable to the new environment, it didn't get inherited. |
I see, that's valid. The install docs haven't taken this scenario into account, so I think this is more of an
enhancement
|
Yeah, that's why I removed the suggestion of intermediate environment. The |
In #124 you seem to have removed the snippets for how to set an Intel emulation environment.
Talking about this snippet:
docs.nextstrain.org/src/install.rst
Lines 86 to 100 in 877dbaa
This is sad. I've already got the ARM miniconda installed. What do I do now?
I don't think everyone will want to uninstall conda just to install the Nextstrain environment.
We should definitely allow both options. If you set up fresh: it's easiest to use Intel miniconda.
If you've already got conda, this is how you enable Intel emulation environment.
@tsibley @victorlin
The text was updated successfully, but these errors were encountered: