Skip to content

Instantly share code, notes, and snippets.

View rberg32's full-sized avatar

Rick Berg rberg32

View GitHub Profile
@rberg32
rberg32 / gist:02006860abbe2c6e1c69
Last active June 20, 2018 14:16 — forked from heyman/gist:95ee0df663b2d4b9d6fb
Installing Locust on Ubuntu 14.04
sudo apt-get update
sudo apt-get install -y python-pip
sudo apt-get install -y python-dev
sudo apt-get install -y libzmq-dev
# For testing https with strict encryption and prevent locust errors
# https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning
sudo apt-get install python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
sudo pip install virtualenv
virtualenv venv