Skip to content

Commit 86f8ddb

Browse files
authored
ENH add quotes for globs
1 parent c7ab4eb commit 86f8ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/user/tipsandtricks.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ dummy package with the following command
9393

9494
.. code-block:: shell
9595
96-
$ conda install mpich=x.y.z=external_*
97-
$ conda install openmpi=x.y.z=external_*
96+
$ conda install "mpich=x.y.z=external_*"
97+
$ conda install "openmpi=x.y.z=external_*"
9898
9999
As long as you have the local copies of the ``mpich``/``openmpi`` library in your linking paths and
100100
the local version matches the ``conda`` version within the proper ABI range, then this procedure should

0 commit comments

Comments
 (0)