Skip to content

Commit

Permalink
print python executable used to run when running without MET_PYTHON_EXE
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Dec 23, 2022
1 parent 6453fd9 commit 9e8b8e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/wrappers/set_python_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
import os
import sys
import numpy as np

print(f'Python Executable: {sys.executable}')

0 comments on commit 9e8b8e2

Please sign in to comment.