Skip to content

Commit 8872675

Browse files
committed
Python3
1 parent f2a974c commit 8872675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/LSP/Registry/PackageManagers/Sources/PipPackageManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,6 @@ final class PipPackageManager: PackageManagerProtocol {
170170
let venvPip = "venv/bin/pip"
171171
return FileManager.default.fileExists(atPath: packagePath.appending(path: venvPip).path)
172172
? venvPip
173-
: "python -m pip"
173+
: "python3 -m pip"
174174
}
175175
}

0 commit comments

Comments
 (0)