|
|
|
|
|
by theshrike79
630 days ago
|
|
Deploying a Go application: copy executable to server, done. Deploying a Python application: 1) Install python globally (oof) 2) figure out which venv system to use 3) copy project to server 4) install project to venv 5) figure out how to run it inside the venv so that it'll find the correct package versions from there instead of using the global ones. |
|