Skip to content

danbenner/scriptRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptRunner

Dependencies

  • golang (developed with 1.13.4)

  • python (developed with 3.7.5)

Environment Setup

Golang

  • Download golang here

  • Test your golang installation

    go version

  • Ensure GOPATH is set in your .bash_profile

    export $GOPATH=$HOME/go

  • Ensure GOBIN is set in your .bash_profile

    export GOBIN=$GOPATH/bin

Python

  • Download and install Python (Your mac probably already has it installed though)

    brew install python@2

  • Test your python installation

    python -V

About

Golang project that demonstrates running Python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published