Skip to content

Instantly share code, notes, and snippets.

@ericbolo
Created July 22, 2016 10:35
Show Gist options
  • Save ericbolo/a6e753f02bc63570e238caddc6228bbe to your computer and use it in GitHub Desktop.
Save ericbolo/a6e753f02bc63570e238caddc6228bbe to your computer and use it in GitHub Desktop.
If a module was installed with sudo pip install, the user may not have permissions to access the module,
resulting in 'No module called...' errors.
Quick get around: run py script with sudo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment