Download and install Anaconda
-. ~/.bashrc
export PATH="<path-to-anaconda>/bin:$PATH"
~/.bashrc
, just restart your terminal.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.conda create -n pandas_dev -f <path-to-pandas>/ci/environment-dev.yaml
conda env create -n pandas_dev -f <path-to-pandas>/ci/environment-dev.yaml
source activate pandas_dev
source activate pandas_dev
conda install -c defaults -c conda-forge --file=<pandas-dir>/ci/requirements-optional-conda.txt
conda install -c defaults -c conda-forge --file=<pandas-dir>/ci/requirements-optional-conda.txt