Skip to content

Commit cc07167

Browse files
authored
Merge pull request #206 from NoraLoose/fix-conda-typos
Fix typos related to conda stuff
2 parents d6d235e + 387aec0 commit cc07167

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

_InstructionSiteUpdates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ It is worth noting that we are using the `source` branch as the base for this re
5757
#### Environment
5858

5959
There is a pre-configured conda environment in `environment.yml`.
60-
To use it, `conda create env -f=./environment.yml`, then activate with `conda activate ohw-site`.
60+
To use it, `conda env create --file environment.yml`, then activate with `conda activate ohw-site`.
6161

6262
#### Commands
6363

@@ -219,4 +219,4 @@ While most pages follow the same structure in the repo, as they do on the websit
219219
- `_templates/` - A collection of Jinja2 templates to control page styling.
220220
- `_ext/` - Custom Sphinx extensions.
221221
- `ohw_team.py` - Sphinx extension to allow quick embedding of team member info.
222-
- `team.yaml` - Team member information.
222+
- `team.yaml` - Team member information.

resources/prep/conda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The [package](https://github.com/Anaconda-Platform/nb_conda_kernels) that detect
9090

9191
## Conda on your own computer
9292

93-
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`
93+
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://raw.githubusercontent.com/oceanhackweek/ohw-tutorials/d51c880111305d7e345d98b7d8ccc031cbf0087e/environment.yml) that we use, then `conda env create -n <ENV NAME> --file environment.yml`
9494

9595
### Installing Conda
9696

0 commit comments

Comments
 (0)