Sha256: 70051381f638a838b5c0b325794fe196f05bef7d0716616dcb6e18032057546a

Contents?: true

Size: 242 Bytes

Versions: 4

Compression:

Stored size: 242 Bytes

Contents

@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)]"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datasketches-0.2.6 vendor/datasketches-cpp/python/pybind11Path.cmd
datasketches-0.2.5 vendor/datasketches-cpp/python/pybind11Path.cmd
datasketches-0.2.4 vendor/datasketches-cpp/python/pybind11Path.cmd
datasketches-0.2.3 vendor/datasketches-cpp/python/pybind11Path.cmd