Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 11, 2024
1 parent b69e2eb commit 6fbd0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/conda/make_conda_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ eval "$(conda shell.bash hook)" # required to avoid errors re: `conda init`
conda activate $ENVNM # Q: why not `source activate`? A: not always in the path

# Add conda-forge channel
conda config --env --append channels conda-forge
conda config --append channels conda-forge

# Install required conda packages (and extra useful packages)
conda install $CONDA_FLAGS $CONDAREQ ipython
Expand Down

0 comments on commit 6fbd0eb

Please sign in to comment.