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 c54efd9 commit 0ae00d0Copy full SHA for 0ae00d0
src/installer/stages/platformio-core.js
@@ -162,7 +162,7 @@ export default class PlatformIOCoreStage extends BaseStage {
162
163
async whereIsPython() {
164
let status = this.params.pythonPrompt.STATUS_TRY_AGAIN;
165
- this.configurePortablePython();
+ this.configureBuiltInPython();
166
167
do {
168
const pythonExecutable = await proc.findPythonExecutable();
0 commit comments