|
|
|
|
|
by kalia35
2402 days ago
|
|
What ? This seems like a bold affirmation. I find it very simple actually : apt install python3 virtualenv
virtualenv env
. env/bin/activate
pip install -r requirements.txt
Done. And then with fabric you can automate deployments in a few lines of codes ! |
|
The happy case works, it always does. The problem is in the edge cases and the exceptions. This probably goes for the bulk of all software.