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
Open Terminal and type:
pip config set global.target /Users/Bob/Library/Python/3.8/lib/python/site-packages
except instead of
/Users/Bob/Library/Python/3.8/lib/python/site-packages
you would use whatever directory you want.