Y
Hacker News
new
|
ask
|
show
|
jobs
by
lloeki
5161 days ago
pip freeze
works even without virtualenv. Expunge things you know don't matter, and send to third party/deploy, which then just has to run
pip install -r requirements.txt
.