Skip to content

Instantly share code, notes, and snippets.

@gabriel-v
Last active August 22, 2017 14:34
Show Gist options
  • Save gabriel-v/86d747dd81d7002751ff7ca6b3df29e4 to your computer and use it in GitHub Desktop.
Save gabriel-v/86d747dd81d7002751ff7ca6b3df29e4 to your computer and use it in GitHub Desktop.
#!/bin/bash
( ls ~/bin/flake8-venv || virtualenv -p python3 ~/bin/flake8-venv ) &> /dev/null
~/bin/flake8-venv/bin/pip install flake8 &> /dev/null
exec ~/bin/flake8-venv/bin/python -m flake8 "$@"
let g:flake8_cmd="~/bin/flake8"
@nathanschepers
Copy link

was alex abusing you again?

@mgax
Copy link

mgax commented Aug 8, 2017

@alsegno no, this was reverse abuse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment