Created
September 15, 2019 01:36
-
-
Save cicorias/0ee4962d9d64f468a259212cc9c00f80 to your computer and use it in GitHub Desktop.
coderunner tips
This file contains hidden or 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
| import os | |
| myCmd = 'pip install numpy pandas' | |
| os.system(myCmd) |
This file contains hidden or 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
| echo "/Users/timmy/Sites/coderunner/bin/activate" | |
| #then in settings | |
| #source $compiler; python $filename; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment