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