Y
Hacker News
new
|
ask
|
show
|
jobs
by
mixmastamyk
3776 days ago
That page dismisses py2exe, but I've used it successfully for over a decade. On unix it is as simple as:
sudo pip install [package/repo]
1 comments
elktea
3775 days ago
Except, you often need a full compiler toolchain for all the c dependencies. Then you need to make sure you have the required header files. Then you try and deploy to a small EC2 instance and run out of RAM building lxml or similar.
link
mixmastamyk
3775 days ago
If your requirements are advanced, make packages on your dev box then deploy those:
https://nylas.com/blog/packaging-deploying-python
link
elktea
3775 days ago
It's an interesting idea, thanks.
link