Created
February 8, 2016 15:50
-
-
Save tsuyukimakoto/17c5f1d6038820e21449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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