Honcho Issues
See original GitHub issueIt appears that honcho (https://github.com/nickstenning/honcho) does not work with pipenv run
.
Here is the example:
[jonathan]: docker run -it test /bin/bash [~/src/consulting/eoch/test]:master
root@6047f1099378:/app# pipenv run honcho start
20:13:56 system | server.1 started (pid=16)
20:13:56 server.1 | /bin/sh: 1: gunicorn: not found
20:13:56 system | server.1 stopped (rc=127)
pip shell
& honcho start
works, but I’m not sure how to do that not interactively
To clarify – I have installed gunicorn properly, as it works via shell
.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Issues · nickstenning/honcho - GitHub
Honcho : a python clone of Foreman. For managing Procfile-based applications. - Issues · nickstenning/honcho.
Read more >Scx6 Honcho Problems - Issues - Upgrades - YouTube
In this Video, I go over some Problem Issues with The Axial SCX6 Honcho.Steady Foam™ for SCX6 2.9" Stock or Aftermarket Tires use...
Read more >Issue with Phoenix Trinity Honcho build - Brian Enos Forums
I have recently found myself in a difficult situation regarding my Honcho order with Phoenix Trinity. I have no intention of blaming or ......
Read more >Fresh Honcho Issue - RCCrawler
Unboxed a brand new Trail Honcho last night. Took it for a run today. After about 30 minutes I took it inside to...
Read more >Honcho Magazine: Books - Amazon.com
Honcho Adult Gay Magazine March 1996 (FACIAL HAIR ISSUE ). by HONCHO MAGAZINE. Paperback. Currently ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK, it seems this was a honcho issue I was experiencing. I manage to get decent results with pipenv + honcho for running multiple processes (postgres, redis, django, celery) by using:
pipenv shell -c
is deprecated since 7.5.0. Any other ideas how to use honcho with it?