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.

recommended method of use in crontabs?

See original GitHub issue

This may just be a documentation issue, but what’s the recommended way of using console scripts provided by a package that has been installed into virtualenv managed by pipenv in a crontab?

With traditional virtualenvs, you’d just use the absolute path to bin/{whatever}, but with opaque virtualenvs I’m guessing there is or should be a different way.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:43 (28 by maintainers)

github_iconTop GitHub Comments

30reactions
cjw296commented, Jan 28, 2018

Thats… less elegant than I’d hope from the latest and greatest in the world of python packages.

25reactions
kennethreitzcommented, Feb 4, 2018

It’s pretty easy to figure out 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

ARCHIVED: What are cron and crontab, and how do I use them?
The cron daemon is a long-running process that executes commands at specific dates and times. You can use this to schedule activities, either...
Read more >
Setting up the Magento cronjob - XTENTO Support Wiki
Setting up the Magento cronjob [Old method, recommended until Oct 2015]. This method is not recommended anymore as with Magento 1.9.2.2 cron.php cannot...
Read more >
How to Use Cron & Crontabs to Schedule Linux Jobs
Cron is the application in Linux that runs scheduled jobs. It works in the same way that Task Scheduler would in Windows but...
Read more >
How I use cron in Linux - Opensource.com
The cron utility runs based on commands specified in a cron table (crontab). Each user, including root, can have a cron file. These...
Read more >
Scheduling Cron Jobs with Crontab - Linuxize
By default, only the /etc/cron.deny file exists and is empty, which means that all users can use the crontab command. If you want...
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