-
-
Notifications
You must be signed in to change notification settings - Fork 725
"datasette install" and "datasette uninstall" commands #925
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
Comments
Prototyped in this thread: #335 (comment) |
simonw
added a commit
that referenced
this issue
Aug 11, 2020
|
This will simplify the instructions for installing plugins with Datasette install via homebrew, refs #923 |
This was referenced Aug 11, 2020
simonw
added a commit
that referenced
this issue
Aug 12, 2020
simonw
added a commit
to simonw/homebrew-datasette
that referenced
this issue
Aug 12, 2020
simonw
added a commit
to simonw/datasette-plugin
that referenced
this issue
Aug 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When installing Datasette plugins it's crucial that they end up in the same virtual environment as Datasette itself.
It's not necessarily obvious how to do this, especially if you install Datasette via pipx or homebrew.
Solution:
datasette install datasette-vega
anddatasette uninstall datasette-vega
commands that know how to install to the correct place - a very thin wrapper aroundpip install
.The text was updated successfully, but these errors were encountered: