Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Nov 10, 2024
1 parent bf63c52 commit 28fc799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ if (!gotTheLock) {

if (!useExternalServer) {
sendProgressUpdate(ProgressStatus.PYTHON_SETUP);
const appResourcesPath = await getAppResourcesPath();
const virtualEnvironment = new VirtualEnvironment(basePath);
await virtualEnvironment.create();
await virtualEnvironment.installRequirements();
Expand Down

0 comments on commit 28fc799

Please sign in to comment.