home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 388626721

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/pull/257#issuecomment-388626721 https://api.github.com/repos/simonw/datasette/issues/257 388626721 MDEyOklzc3VlQ29tbWVudDM4ODYyNjcyMQ== 9599 2018-05-13T13:27:04Z 2018-05-13T13:27:04Z OWNER

I managed to get Python 3.5.0 running on my laptop using pyenv. Here's the incantation I used:

```

Install pyenv using homebrew (turns out I already had it)

brew install pyenv

Check which versions of Python I have installed

pyenv versions

Install Python 3.5.0

pyenv install 3.5.0

Figure out where pyenv has been installing things

pyenv root

Check I can run my newly installed Python 3.5.0

/Users/simonw/.pyenv/versions/3.5.0/bin/python

Use it to create a new virtualenv

/Users/simonw/.pyenv/versions/3.5.0/bin/python -mvenv venv35 source venv35/bin/activate

Install datasette into that virtualenv

python setup.py install ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
322591993  
Powered by Datasette · Queries took 0.983ms · About: github-to-sqlite