mirror of https://github.com/pyodide/pyodide.git
Correct conda activate commands in building from sources docs [skip ci] (#4065)
This commit is contained in:
parent
a43c963982
commit
1c765db28f
|
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue