Correct conda activate commands in building from sources docs [skip ci] (#4065)

This commit is contained in:
Ian Thomas 2023-08-14 12:49:44 +01:00 committed by GitHub
parent a43c963982
commit 1c765db28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ You would need a working native compiler toolchain, enough to build
Then install the required Python version and other build dependencies in a separate conda environment,
conda env create -f environment.yml
conda activate conda-forge
conda activate pyodide-env
```
```{tab-item} MacOS with conda
@ -109,7 +109,7 @@ You would need,
Then install the required Python version and other build dependencies in a separate conda environment,
conda env create -f environment.yml
conda activate conda-forge
conda activate pyodide-env
```