Autopy is a library that simplifies the integration of Python libraries in JavaScript projects. It can automatically download a Python distribution with a given version, create a virtual environment, ...
You can use autopy to manage itself, without having already installed it: python autopy.py build python autopy.py install ...