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
* Fixed broken link syntax
* Fixed command
source activate not working. conda activate works.
* Added note about making pasted paths work
Windows users note
* Used consistent reference for path to pandas dir
Copy file name to clipboardExpand all lines: pandas/guide/source/pandas_setup.rst
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ repository:
64
64
3. Set up a Python environment
65
65
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
66
67
-
* Download and install `Anaconda <https://www.anaconda.com/download/>`
67
+
* Download and install `Anaconda <https://www.anaconda.com/download/>`_.
68
68
69
69
.. note::
70
70
**Windows users**: run the next commands in the Anaconda Prompt (found in the Anaconda
@@ -74,11 +74,15 @@ repository:
74
74
* If you chose to prepend Anaconda to your PATH during install adding it to your ``~/.bashrc``, just restart your terminal.
75
75
* 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.
0 commit comments