Skip to content

Instantly share code, notes, and snippets.

@liuzxc
Last active March 2, 2016 10:04
Show Gist options
  • Save liuzxc/53deb43b8bb137caf155 to your computer and use it in GitHub Desktop.
Save liuzxc/53deb43b8bb137caf155 to your computer and use it in GitHub Desktop.
Install pip and virtualenv for Ubuntu
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv
sudo apt-get install redis-server
pip install flower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment