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:
-
Uninstall any system-installed version of pip:
sudo apt-get remove python-pip
-
Install the latest version of pip:
sudo easy_install pip
-
Uninstall any system-installed version of HTTPie:
sudo apt-get purge httpie