findlibpython
v1.0.0
Published
Downloads
1
Readme
find-libpython
This project inspired by ktbarrett/find_libpython's python package
Actually, it directly uses the same python code. Project has built by fetching find_libpython
raw code and execute as python subprocess
So, python
is required
Install and Use
npm i find-libpython
const {find_libpython} = require("find-libpython")
const libPath = find_libpython()
console.log(libPath)
//outputs: /usr/lib/libpython3.10.so.1.0
//depending on the python version