pythonA bunch of python wrants...-- create a venv profile virtualenv -p /usr/bin/python2.7 venv-- activate source venv/bin/activate