You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pandas/guide/_sources/pandas_setup.rst.txt
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,10 @@ repository:
59
59
60
60
* Download and install `Anaconda <https://www.anaconda.com/download/>`_
61
61
* Activate conda by one of the next (or equivalent, if you know what you're doing):
62
-
|Restart your terminal
63
-
|``. ~/.bashrc``
64
-
|``export PATH="<path-to-anaconda>/bin:$PATH"``
62
+
* If you chose to prepend Anaconda to your PATH during install adding it to your ``~/.bashrc``, just restart your terminal.
63
+
* Otherwise, run ``export PATH="<path-to-anaconda>/bin:$PATH"`` in your terminal. Keep in mind that it will be active exclusively in the terminal you run this command.
<li>If you chose to prepend Anaconda to your PATH during install adding it to your <codeclass="docutils literal notranslate"><spanclass="pre">~/.bashrc</span></code>, just restart your terminal.</li>
94
+
<li>Otherwise, run <codeclass="docutils literal notranslate"><spanclass="pre">export</span><spanclass="pre">PATH="<path-to-anaconda>/bin:$PATH"</span></code> in your terminal. Keep in mind that it will be active exclusively in the terminal you run this command.</li>
0 commit comments