I\'m trying to install Pandas using pip, but I\'m having a bit of trouble. I just ran sudo pip install pandas which successfully downloaded pandas. However, i
sudo pip install pandas
You can set the following environment variable:
PIP_TARGET=/path/to/pip/dir
https://pip.pypa.io/en/stable/user_guide/#environment-variables