Skip to content

Commit 73733b1

Browse files
committed
Show missing pip.exe path
1 parent 02d8360 commit 73733b1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyoxidizer/src/py_packaging/distribution.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@ impl ParsedPythonDistribution {
468468
let pip_path = python_paths.bin_dir.join(PIP_EXE_BASENAME);
469469

470470
if !pip_path.exists() {
471+
warn!(
472+
logger,
473+
"{} doesnt exist", pip_path.display().to_string()
474+
);
471475
invoke_python(&python_paths, &logger, &["-m", "ensurepip"]);
472476
}
473477

0 commit comments

Comments
 (0)