FreeBSD 14
Sponsored Link

Python 3.9 : インストール2024/02/01

 

Python 3.9 をインストールします。

[1] Python 3.9 をインストールします。
root@dlp:~#
pkg install -y python39
root@dlp:~#
python3.9 -V

Python 3.9.19


# verify to create a test script

root@dlp:~#
echo -e "import sys\nprint(sys.version)" > python_test.py

root@dlp:~#
python3.9 python_test.py

3.9.19 (main, Jul 6 2024, 01:07:18)
[Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1
関連コンテンツ