Skip to content

Instantly share code, notes, and snippets.

@Kikobeats
Created January 28, 2014 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Kikobeats/8673034 to your computer and use it in GitHub Desktop.
Save Kikobeats/8673034 to your computer and use it in GitHub Desktop.
{
"PHP": {
"php": '/usr/bin/php',
"phpExtraPaths": [],
"phpConfigFile": 'php.ini'
},
"JavaScript": {
"javascriptExtraPaths": []
},
"Perl": {
"perl": "/usr/bin/perl",
"perlExtraPaths": []
},
"Ruby": {
"ruby": "~/.rvm/bin/rvm-auto-ruby"
},
"Python": {
"python": '/usr/bin/python',
"pythonExtraPaths": []
},
"Python3": {
"python": '/usr/bin/python3',
"pythonExtraPaths": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment