issue_comments: 671005731
This data as json
html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/simonw/datasette/issues/335#issuecomment-671005731 | https://api.github.com/repos/simonw/datasette/issues/335 | 671005731 | MDEyOklzc3VlQ29tbWVudDY3MTAwNTczMQ== | 9599 | 2020-08-09T04:44:13Z | 2020-08-09T17:04:21Z | OWNER | Telling people how to figure out that `pip` location is going to be pretty unpleasant. How about instead providing a `datasette plugins --install=datasette-graphql` command? Or `datasette install datasette-vega` It would run `pip install` in the same virtualenv as Datasette itself. http://jelly.codes/articles/python-pip-module/ shows how to do this: ```python import pip try: pip.main(["install", "plumbum"]) except SystemExit as e: pass ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 339505204 |