Fix typos related to conda stuff#206
Conversation
✅ Deploy Preview for oceanhackweek-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Co-authored-by: Filipe <ocefpaf@gmail.com>
| ## Conda on your own computer | ||
|
|
||
| Conda may be used on your computer as well as the Hub. If you wish to install the same environment as the hub is running, after you install Conda, you can download the [`environment.yml`](https://github.com/oceanhackweek/ohw20-tutorials/blob/master/environment.yml) that we use, then `conda create -n <ENV NAME> --file environment.yml` | ||
| Conda may be used on your computer as well as the Hub. If you wish to install the same environment as the hub is running, after you install Conda, you can download the [`environment.yml`](https://github.com/oceanhackweek/jupyter-image/blob/main/py-base/environment.yml) that we use, then `conda env create -n <ENV NAME> --file environment.yml` |
There was a problem hiding this comment.
This env file is Linux only. Let's keep the reference to the ohw20-tutorials and I'll add a proper env file there. We still need to change master to main.
There was a problem hiding this comment.
Sounds good. The link was broken, but there may be a better link to use here, as you say. Thanks, Filipe!
There was a problem hiding this comment.
We may not have a great option here, for now. The OHW20 env file includes both Python and R, which we may not want keep here. But to at least fix the broken link, here's the correct, updated link:
https://github.com/oceanhackweek/ohw-tutorials/blob/OHW20/environment.yml
There was a problem hiding this comment.
Just added a "canonical one" here: oceanhackweek/ohw-tutorials#100
It should be in main so we can port from year to year. Also, I'm pretty sure that one from OHW20 is also platform specific. The one I added above should be platform agnostic, even on the new mac M1/2.
|
Thanks for submitting these fixes @NoraLoose ! |
Co-authored-by: Filipe <ocefpaf@gmail.com>
This fixes three minor typos related to conda instructions on the website, including the link to the conda environment file.