Comment on The Python Standard Library - Where Modules Go To DieparentComments−100k14yAnd then you have to deploy it to the server or someone else's computer and it sucks.−lloeki14ypip 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.
Comments
And then you have to deploy it to the server or someone else's computer and it sucks.
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.