mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
update python executable path
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
/// Path to find the python executable within a virtual environment
|
||||
#[cfg(target_os = "windows")]
|
||||
const REL_PY_PATH: &[&str] = &["Scripts", "python3.exe"];
|
||||
const REL_PY_PATH: &[&str] = &["Scripts", "python.exe"];
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
const REL_PY_PATH: &[&str] = &["bin", "python3"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user