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 efab912 commit 908aed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yen-rs/src/commands/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ 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);
if shim_path.exists() {
Expand Down

0 comments on commit 908aed2

Please sign in to comment.