Prepare Ubuntu for the Python authentication library
Before installing the Python authentication library on Ubuntu, Veracode recommends that you run these commands to prepare the system:
-
To uninstall any system-installed version of pip, run:
sudo apt-get remove python-pip -
To install the latest version of pip, run:
sudo easy_install pip -
To uninstall any system-installed version of HTTPie, run:
sudo apt-get purge httpie