Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
You need to use `ENV_NAME` instead of `CONDA_ENV` for setting up conda build.

Fixes conda#4492
  • Loading branch information
jugmac00 committed Aug 5, 2023
1 parent cd1fa1f commit bca008b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impact the functionality of `conda/conda-build` installed in your base environme

``` bash
# create/activate standalone dev env
$ CONDA_ENV=conda-build make setup
$ ENV_NAME=conda-build make setup
$ conda activate conda-build

# Run all tests on Linux and Mac OS X systems (this can take a long time)
Expand Down

0 comments on commit bca008b

Please sign in to comment.