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

bottle-boilerplate command does not exists when install via pip #9

Open
lamenezes opened this issue Jan 27, 2016 · 3 comments
Open

Comments

@lamenezes
Copy link
Contributor

event after commit 9a26aaf (re)changing the entry point from bottle to bottle-boilerplate when installing bottle-boilerplate the entry point is "bottle" and not "bottle-boilerplate" as it should be.

@davidak
Copy link

davidak commented Feb 8, 2016

$ bottle startproject YOUR-PROJECT-NAME
Bottle Boilerplate start new project...
Cloning into 'cookiecutter-bottle'...
remote: Counting objects: 92, done.
remote: Total 92 (delta 0), reused 0 (delta 0), pack-reused 92
Unpacking objects: 100% (92/92), done.
Checking connectivity... done.
$ cd yourprojectname/

dunossauro added a commit to dunossauro/bottle-boilerplate that referenced this issue Jan 2, 2018
@patarapolw
Copy link

I clone the project from bottlepy and somehow python setup.py install do make bottle-boilerplate work.

I wonder in on PyPI, the maintainer is still the same person?

@lazakoa
Copy link

lazakoa commented Feb 8, 2022

The published version that you get with pip install is behind the latest HEAD. The console command has been renamed since v0.3 came out. Use bottle instead of bottle-boilerplate. Anyways this project looks pretty dead so I will leave it at that.

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

4 participants