mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 07:10:19 +00:00
chore: upgrade backend Python to 3.11 (#1142)
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
975648c1d2
commit
ce782762e8
13 changed files with 390 additions and 409 deletions
|
|
@ -193,7 +193,7 @@ function findPythonForTerminalVenv(): string | null {
|
|||
}
|
||||
|
||||
// Look for Python executable in the prebuilt directory
|
||||
// UV stores Python in subdirectories like: cpython-3.10.19+.../install/bin/python
|
||||
// UV stores Python in subdirectories like: cpython-3.11.x+.../install/bin/python
|
||||
const possiblePaths: string[] = [];
|
||||
|
||||
// First, try common direct paths
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue