question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

It 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:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
metakermitcommented, Sep 6, 2018

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:

PYTHONUNBUFFERED=1 pipenv run honcho start
0reactions
metakermitcommented, Sep 5, 2018

pipenv shell -c is deprecated since 7.5.0. Any other ideas how to use honcho with it?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found