home / pelican

content

1 row where category = "technology" and published_date = "2024-03-29"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: published_date (date)

slug ▼ author category content published_date summary title url
trying-out-pyenv-again ryan technology I _think_ I first tried `pyenv` probably sometime in late 2022. I saw some recent stuff about it on Mastadon and thought I'd give it another go. I read through the [installation instructions at the ReadMe](https://github.com/pyenv/pyenv/#installation) at the repo and checked to see if it was already installed (spoiler alert it was!) I noticed that I was not on the current version (2.3.36 at the time of this writing) and decided that I needed to [update it](https://docs.brew.sh/FAQ#how-do-i-update-my-local-packages). With the update out of the way I tried to install a version of Python with it, starting at Python 3.10 (because why not?!) pyenv install 3.10 But when I ran it I got an error like this: BUILD FAILED (OS X 12.3.1 using python-build 20180424) Which lead me [here](https://github.com/pyenv/pyenv/issues/2343). There were some comments people left about deleting directories (which always makes me a bit uneasy ... especially when they're in /Library/) Reading further down I did come across [this comment](https://github.com/pyenv/pyenv/issues/2343#issuecomment-1627994171) > I had to uninstall and reinstall Home Brew before it returned to work. It > concerned the change from Mac Intel to Mac M1(Silicon). See the article > below from Josh Alletto to find out why. https://earthly.dev/blog/homebrew- > on-m1/#:~: text=On%20Intel%20Macs %2C%20Homebrew%2C%20and, > %2Fusr%2Flocal%2Fbin%20.&text= Homebrew%20chose%20%2Fusr > %2Flocal%2F,in%20your %20PATH%20by%20default. The link in the comment was a bit malformed, but I was able to clean it up and get this [link](https://earthly.dev/blog/homebrew-on-m1/). This is where I re- discovered1 that the way Homebrew is installed changed with the transition to the Apple Silicon. Now, I got a new M2 MacBook Pro in March 2023 and since I don't use Homebrew a lot AND I didn't really use pyenv for anything, I hadn't noticed that stuff kind of changed. Following the steps outlined I was able to redo my Homebrew and now have pyenv wor… 2024-03-29 I _think_ I first tried `pyenv` probably sometime in late 2022. I saw some recent stuff about it on Mastadon and thought I'd give it another go. I read through the [installation instructions at the ReadMe](https://github.com/pyenv/pyenv/#installation) at the repo and checked to see if it was already installed (spoiler alert … Trying out pyenv ... again https://www.ryancheley.com/2024/03/29/trying-out-pyenv-again/

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [content] (
   [author] TEXT,
   [category] TEXT,
   [content] TEXT,
   [published_date] TEXT,
   [slug] TEXT PRIMARY KEY,
   [summary] TEXT,
   [title] TEXT,
   [url] TEXT
);
Powered by Datasette · Queries took 1.2ms