mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
parent
7c1dd71f66
commit
5ae4023cda
3 changed files with 32 additions and 9 deletions
|
@ -82,7 +82,7 @@ pub fn create_bare_venv(location: &Utf8Path, interpreter: &Interpreter) -> io::R
|
|||
}
|
||||
#[cfg(windows)]
|
||||
{
|
||||
location.join("Bin")
|
||||
location.join("Scripts")
|
||||
}
|
||||
#[cfg(not(any(unix, windows)))]
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue