Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command not found #1

Open
dmouse opened this issue May 22, 2018 · 1 comment
Open

command not found #1

dmouse opened this issue May 22, 2018 · 1 comment

Comments

@dmouse
Copy link

dmouse commented May 22, 2018

after to install this package I not found the command jupyter-cron i checked the ~/.local/bin/ and the global path, when I execute again pip install jupyter-cron this is the log

$ pip install jupyter-cron --user
Requirement already satisfied: jupyter-cron in ./.local/lib/python3.6/site-packages
Requirement already satisfied: python-daemon in ./.local/lib/python3.6/site-packages (from jupyter-cron)
Requirement already satisfied: schedule in ./.local/lib/python3.6/site-packages (from jupyter-cron)
Requirement already satisfied: docutils in ./.local/lib/python3.6/site-packages (from python-daemon->jupyter-cron)
Requirement already satisfied: setuptools in ./.local/lib/python3.6/site-packages (from python-daemon->jupyter-cron)
Requirement already satisfied: lockfile>=0.10 in ./.local/lib/python3.6/site-packages (from python-daemon->jupyter-cron)

any suggestion?

@dmouse
Copy link
Author

dmouse commented May 22, 2018

I found this snippet, https://gist.github.com/marthall/8122805

sounds like we need to define this key in the setup.py file scripts=['jupyter-cron'] and define the jupyter-cron script

quocble pushed a commit that referenced this issue Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant