Skip to content

Commit 3d86566

Browse files
committed
Print environ
1 parent 3dc4c33 commit 3d86566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ def find_library(name, vision_include):
107107
conda = shutil.which("conda")
108108
is_conda = conda is not None
109109
print(f"Running build on conda: {is_conda}")
110+
if not is_conda:
111+
print(os.environ)
110112
if is_conda:
111113
python_executable = sys.executable
112114
py_folder = os.path.dirname(python_executable)

0 commit comments

Comments
 (0)