File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ connected to your deployment.
115
115
- Legacy :binary:`mongo <mongo>` shell
116
116
- ``mongosh`` shell.
117
117
118
- To learn how to install the legacy :binary:`mongo <mongo>`
119
- shell, see :manual:`Instal MongoDB </installation>`.
118
+
119
+ .. include:: /includes/admonitions/warn-configure-path.rst
120
120
121
121
Playground Commands
122
122
-------------------
Original file line number Diff line number Diff line change
1
+ .. important ::
2
+
3
+ To launch your selected MongoDB shell, you must:
4
+
5
+ - Install the shell you want to use, and
6
+
7
+ - Configure your machine's ``PATH `` environment variable to include
8
+ the filepath to your shell binary.
9
+
10
+ If you install a new version of your MongoDB shell, you will need to
11
+ update your ``PATH `` variable to reference the new version.
12
+
13
+ .. seealso ::
14
+
15
+ - To install the legacy :binary: `mongo <mongo> `
16
+ shell, see :manual: `The mongo Shell </mongo> `.
17
+
18
+ - To install the ``mongosh `` shell and for instructions on
19
+ configuring your ``PATH `` variable, see
20
+ `Install the MongoDB Shell <https://docs.mongodb.com/mongodb-shell/install >`__.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ The following table lists the available settings for
44
44
45
45
- ``mongosh`` (the new MongoDB shell)
46
46
47
+ .. include:: /includes/admonitions/warn-configure-path.rst
48
+
47
49
- ``mongo``
48
50
49
51
* - :guilabel:`Show`
You can’t perform that action at this time.
0 commit comments