diff options
Diffstat (limited to 'lib/configure.js')
-rw-r--r-- | lib/configure.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configure.js b/lib/configure.js index 96b7979..b88665c 100644 --- a/lib/configure.js +++ b/lib/configure.js @@ -45,7 +45,7 @@ module.exports = function configure(argv, callback) { } function failNoPython() { - console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + ', you can set the PYTHON env variable. Is Python installed?'); + console.log('[' + 'i'.red + '] Can\'t find Python executable ' + python.red + '. Check if Python installed ... if so you set the PYTHON env variable.'); process.exit(0); } |