Skip to content

Instantly share code, notes, and snippets.

@tsuyukimakoto
Created February 8, 2016 15:50
Show Gist options
  • Save tsuyukimakoto/17c5f1d6038820e21449 to your computer and use it in GitHub Desktop.
Save tsuyukimakoto/17c5f1d6038820e21449 to your computer and use it in GitHub Desktop.
$ mkdir -p ~/venv
$ pyvenv ~/venv/ivk
$ source ~/venv/ivk/bin/activate
$ cd ~/venv/ivk
$ curl -O https://raw.githubusercontent.com/pyinvoke/invoke/master/completion/zsh
$ source ~/venv/ivk/zsh
$ pip install --upgrade pip
$ pip install invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment