Hacker News new | ask | show | jobs
by samwillis 1369 days ago
I’m all in on using PyPI for binary distribution. Couple that with Python Venv and you have a brilliant system for per project dependancies.

I created this project for distributing Node via PyPI: https://pypi.org/project/nodejs-bin/

1 comments

Why not rather distribute Python as NPM dependency?