conda-create: fix opt order for a faulty example (#22904)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Peter Jiping Xie
2026-06-27 22:46:15 +10:00
committed by GitHub
parent 51c7c763b9
commit 257bbaf127
+1 -1
View File
@@ -5,7 +5,7 @@
- Create a new environment named `py39`, install Python 3.9, NumPy v1.11 or above in it, and the latest stable version of SciPy. Say yes to all confirmations:
`conda create {{[-ny|--name --yes]}} py39 python=3.9 "numpy>=1.11 scipy"`
`conda create {{[-y|--yes]}} {{[-n|--name]}} py39 python=3.9 "numpy>=1.11" scipy`
- Create a new environment named `myenv` and install packages listed in files: