diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 22:30:33 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 22:30:33 +0100 |
commit | c16d73a38cedd84893615e3f4ceeaec0023f6b3a (patch) | |
tree | db5479bf925eecf3f8346ffd6e290c693714dca5 /lib/configure.js | |
parent | 20a846b7b3266cefc5e3f921440a668e7ec944d2 (diff) | |
download | mongo-edu-c16d73a38cedd84893615e3f4ceeaec0023f6b3a.zip |
update
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); } |