Skip to content

Commit 63096f1

Browse files
committed
Update Debugging
1 parent 9bdb154 commit 63096f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/brewresources/cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def run() -> None:
112112

113113
vprint(f"Package Name: {package_name}")
114114
vprint(f"Python {sys.version}")
115+
vprint(f"Prefix {sys.prefix}", lvl=2)
116+
vprint(f"Python {sys.path}", lvl=3)
115117
command = ["pip", "install", args.package, "--quiet", "--dry-run", "--ignore-installed", "--report", "-"]
116118
vprint(" ".join(command))
117119

0 commit comments

Comments
 (0)