Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
radurentea committed May 8, 2024
1 parent 303b839 commit 536b9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pythonManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ export async function checkVenvExists(pyBinPath: string, workingDir: string) {
try {
const pipResult = await utils.execChildProcess(
pyBinPath,
["-c", "import", "venv"],
["-c", "import venv"],
workingDir
);
return true;
Expand Down

0 comments on commit 536b9fa

Please sign in to comment.