Skip to content

Instantly share code, notes, and snippets.

@cicorias
Created September 15, 2019 01:36
Show Gist options
  • Select an option

  • Save cicorias/0ee4962d9d64f468a259212cc9c00f80 to your computer and use it in GitHub Desktop.

Select an option

Save cicorias/0ee4962d9d64f468a259212cc9c00f80 to your computer and use it in GitHub Desktop.
coderunner tips
import os
myCmd = 'pip install numpy pandas'
os.system(myCmd)
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