Pythonってpipを使って簡単にモジュールをインストールできるので、ついついいろんなものをインストールしすぎて、何が何だか分からなくなることありますよね。 また、いろんなものが入りすぎていると、エラーが起きたときに原因が特定しにくいという ...
使い方をよく忘れるので備忘録。 $ pyenv versions system * 3.6.8 (set by /Users/<username>/.pyenv/version) 3.7.4 「pyenv versions」で確認すると ...
Check where python3-config include directories are (same directory is listed twice for some reason?): $ python3-config --includes -I/home/ali/.pyenv/versions/3.12.11 ...
pyenv lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. This project was forked from ...