Skip to content

Commit

Permalink
another one
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Jun 26, 2024
1 parent 908aed2 commit f3efce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yen-rs/src/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ pub async fn install_package(
}
}

println!("{shim_path:?} {venv_path:?}");
let venv_name = format!("venv_{package_name}");
let venv_path = PACKAGE_INSTALLS_PATH.join(venv_name);
println!("{shim_path:?} {venv_path:?}");
if shim_path.exists() {
if !force_reinstall {
return Ok((shim_path, true)); // true as in package already exists
Expand Down

0 comments on commit f3efce6

Please sign in to comment.