Skip to content

Instantly share code, notes, and snippets.

@jsatt
Created May 10, 2019 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsatt/c6c70a6fc4b44f5c575d5a67126bac82 to your computer and use it in GitHub Desktop.
Save jsatt/c6c70a6fc4b44f5c575d5a67126bac82 to your computer and use it in GitHub Desktop.
auto enable virtualenv on vim boot
let g:ycm_server_python_interpreter = '/home/jsatt/.virtualenvs/pfapi/bin/python'
let $PATH .= ':/home/jsatt/.virtualenvs/pfapi/bin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment