From 51f5a8fbd3c66b558be9210633423a7b40925e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Saeta=20P=C3=A9rez?= Date: Sun, 18 Feb 2018 20:24:09 +0100 Subject: [PATCH 1/2] Clarify how to activate Anaconda --- pandas/guide/_sources/pandas_setup.rst.txt | 5 ++--- pandas/guide/pandas_setup.html | 23 +++++++++------------- pandas/guide/searchindex.js | 2 +- pandas/guide/source/pandas_setup.rst | 5 ++--- 4 files changed, 14 insertions(+), 21 deletions(-) diff --git a/pandas/guide/_sources/pandas_setup.rst.txt b/pandas/guide/_sources/pandas_setup.rst.txt index 8b16018..e22c109 100644 --- a/pandas/guide/_sources/pandas_setup.rst.txt +++ b/pandas/guide/_sources/pandas_setup.rst.txt @@ -59,9 +59,8 @@ repository: * Download and install `Anaconda `_ * Activate conda by one of the next (or equivalent, if you know what you're doing): - | Restart your terminal - | ``. ~/.bashrc`` - | ``export PATH="/bin:$PATH"`` + * If you chose to prepend Anaconda to your PATH during install adding it to your ``~/.bashrc``, just restart your terminal. + * Otherwise, run ``export PATH="/bin:$PATH"`` in your terminal. Keep in mind that it will be active exclusively in the terminal you run this command. * Create a conda environment: ``conda create -n pandas_dev -f /ci/environment-dev.yaml`` * Activate the new conda environment: diff --git a/pandas/guide/pandas_setup.html b/pandas/guide/pandas_setup.html index c4d0259..0d7928b 100644 --- a/pandas/guide/pandas_setup.html +++ b/pandas/guide/pandas_setup.html @@ -85,35 +85,30 @@

2. Get the pandas source code

3.a Python environment with Anaconda

-