ability to override python binary location

This commit is contained in:
Alan Hamlett 2017-11-05 20:04:48 -08:00
parent 7492c3ce12
commit 385ba818cc
2 changed files with 10 additions and 3 deletions

View file

@ -29,5 +29,8 @@
"status_bar_message_fmt": "WakaTime {status} %I:%M %p",
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
"hidefilenames": false
"hidefilenames": false,
// Python binary location. Uses python from your PATH by default.
"python_binary": ""
}