Skip to content

Instantly share code, notes, and snippets.

@cyeong
Created October 10, 2012 00:56
Show Gist options
  • Save cyeong/3862501 to your computer and use it in GitHub Desktop.
Save cyeong/3862501 to your computer and use it in GitHub Desktop.
Ctags virtualenv
ctags -f $VIRTUAL_ENV/tags -R $VIRTUAL_ENV/lib/python2.7/site-packages ${PWD} &> /dev/null & disown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment