Skip to content

Instantly share code, notes, and snippets.

@tkrajina
Created April 15, 2014 04:44
Show Gist options
  • Save tkrajina/10702798 to your computer and use it in GitHub Desktop.
Save tkrajina/10702798 to your computer and use it in GitHub Desktop.
ctags for python projects
ctags -R . $(python -c "import sys;print(' '.join(sys.path))")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment