| ... | ... | @@ -69,6 +69,8 @@ Type "help", "copyright", "credits" or "license" for more information. |
|
|
|
|
|
|
|
_The idea of using pip this way came from https://www.zoomeranalytics.com/blog/pip-install-t_
|
|
|
|
|
|
|
|
* **note: seeing in the comment thread under that blog article, this might not be the best way**
|
|
|
|
|
|
|
|
### 3. Add `bin/python` command which will be used to setup the environment when Passenger launches the app
|
|
|
|
|
|
|
|
NGINX with Passenger is configured to execute `$APPROOT/bin/python` if this exists, so we can add environment modifications here. Following the example https://github.com/OSC/nginx_stage/blob/cc1398ed35214ed6bd774ffee93ad679e5f01cb0/bin/ood_ruby.example
|
| ... | ... | |