blob: 650625b87846da6a8f4f63cf3350c1e9a015ddd8 [file] [log] [blame]
@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)]"