summaryrefslogtreecommitdiff
path: root/lib/configure.js
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2014-06-17 22:30:33 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2014-06-17 22:30:33 +0100
commitc16d73a38cedd84893615e3f4ceeaec0023f6b3a (patch)
treedb5479bf925eecf3f8346ffd6e290c693714dca5 /lib/configure.js
parent20a846b7b3266cefc5e3f921440a668e7ec944d2 (diff)
downloadmongo-edu-c16d73a38cedd84893615e3f4ceeaec0023f6b3a.zip
update
Diffstat (limited to 'lib/configure.js')
-rw-r--r--lib/configure.js2
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);
}