Last active
April 22, 2016 16:59
-
-
Save churehill/3a0e1a9cabb138baf748270270c3cc4b to your computer and use it in GitHub Desktop.
python3_sudo use for pycharm remote intepreter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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