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

First hiccup in "getting started" #5

Open
andybak opened this issue Apr 11, 2020 · 1 comment
Open

First hiccup in "getting started" #5

andybak opened this issue Apr 11, 2020 · 1 comment

Comments

@andybak
Copy link

andybak commented Apr 11, 2020

$ warpdrive project --create mydjangosite
Error: unknown command "project" for "warpdrive"
Run "warpdrive help for usage.

Not sure if docs are out of date or whether the Pypi package is out of date. I've got warpdrive==0.34.0 according to pip freeze.

One other small point. It seems strange to have an entry in my bash profile that points to a virtualenv. I started out with a virtualenv dedicated to the project to that's where it ended up. Maybe I was supposed to create a new virtualenv with just warpdrive in it but that goes against my usual "one virtualenv per project" habit. In any case - making the thinking behind this clear in the docs would be helpful.

@GrahamDumpleton
Copy link
Collaborator

The project sub command only exists if you had incorporated the shell functions into your shell profile scripts. Only Bourne style shells are support, eg. bash.

If you don't want to have warpdrive installed as a global command, then manage your own virtual environments and install warpdrive into the virtual environment yourself and use it from there. The globally installed version is only to bootstrap a virtual environment for you and activate it, with warpdrive installed into it already. So you can skip that so long as you install warpdrive into your own virtual environment.

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

2 participants