Skip to content

Commit

Permalink
fix(app-shell): run python in isolated mode (#13901)
Browse files Browse the repository at this point in the history
This prevents python from picking up versions of dependencies installed
on the system, which will break offline analysis if the dependencies
installed globally are old.
  • Loading branch information
sfoster1 authored Nov 2, 2023
1 parent 20950b5 commit 7d99178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-shell/src/protocol-analysis/executeAnalyzeCli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export function executeAnalyzeCli(
sourcePaths: string[]
): Promise<void> {
return execa(pythonPath, [
'-I',
'-m',
'opentrons.cli',
'analyze',
Expand Down

0 comments on commit 7d99178

Please sign in to comment.