Skip to content

Instantly share code, notes, and snippets.

@flying-sheep
Created January 14, 2018 11:55
Show Gist options
  • Save flying-sheep/ea45cb2fe74e83fcfcb74f7e0a42a238 to your computer and use it in GitHub Desktop.
Save flying-sheep/ea45cb2fe74e83fcfcb74f7e0a42a238 to your computer and use it in GitHub Desktop.
makepkg wrapper to exit python virtual envs
makepkg() {
if [[ "$(type -w deactivate || true)" == 'decativate: function' ]]; then
deactivate
fi
/usr/bin/makepkg "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment