Skip to content

Instantly share code, notes, and snippets.

@jgc128
Created July 1, 2018 23:50
Show Gist options
  • Save jgc128/0abc24df99e52e9ff2ea8b0b2217673d to your computer and use it in GitHub Desktop.
Save jgc128/0abc24df99e52e9ff2ea8b0b2217673d to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y python3.6 python3.6-dev python3.6-venv
python3.6 -m venv venv_smekh
. venv_smekh/bin/activate
pip install azure mrjob warcio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment