Skip to content

Instantly share code, notes, and snippets.

@churehill
Last active April 22, 2016 16:59
Show Gist options
  • Save churehill/3a0e1a9cabb138baf748270270c3cc4b to your computer and use it in GitHub Desktop.
Save churehill/3a0e1a9cabb138baf748270270c3cc4b to your computer and use it in GitHub Desktop.
python3_sudo use for pycharm remote intepreter
#!/bin/bash
sudo -E env PYTHONPATH=$PYTHONPATH python3 "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment