Activate venv before source dist build (#567)

Fixes #552
This commit is contained in:
konsti 2023-12-12 15:46:37 +01:00 committed by GitHub
parent 7c1dd71f66
commit 5ae4023cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 9 deletions

View file

@ -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)))]
{