sync notes(auto)

This commit is contained in:
Kaz Saita(raspi4) 2024-03-29 10:15:20 +09:00
parent d26889d576
commit 67b22f2e1f

View file

@ -1,9 +1,9 @@
# 20240315154213 pyenv
#python #pyenv
[pyenv](https://github.com/pyenv/pyenv) pythonのバージョンセレクタ。
[pyenv](https://github.com/pyenv/pyenv) pythonのバージョンセレクタ。 poetryとセットで使うと便利かもしれない。
## インストール方法(Raspberry Pi OS)
公式サイトの方法に準じる。 aptパッケージには無い。
公式サイトの方法に準じる。 raspberry pi OSのaptパッケージには無い。
```sh
$ curl https://pyenv.run | bash