We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7cccc commit fdf16f1Copy full SHA for fdf16f1
lib/pip.js
@@ -59,9 +59,8 @@ function installRequirements() {
59
if (res.error.code === 'ENOENT') {
60
if (this.options.dockerizePip) {
61
throw new Error('docker not found! Please install it.');
62
- } else {
63
- throw new Error(`${this.options.pythonBin} not found! Try the pythonBin option.`);
64
}
+ throw new Error(`${this.options.pythonBin} not found! Try the pythonBin option.`);
65
66
throw new Error(res.error);
67
0 commit comments