Sign in
apache
/
datasketches-cpp
/
fc2841bebcd215edb3b835389f4dcb1b951a0ed1
/
.
/
python
/
pybind11Path.cmd
blob: 650625b87846da6a8f4f63cf3350c1e9a015ddd8 [
file
]
@echo
off
::
Takes
path to the
Python
interpreter
and
returns the path to pybind11
%
1
-
m pip show pybind11
|
%
1
-
c
"import sys,re;[sys.stdout.write(re.sub('^Location:\\s+','',line)) for line in sys.stdin if re.search('^Location:\\s+',line)]"