Python 3.10 : インストール2024/02/01 |
Python 3.10 をインストールします。 |
|
[1] | Python 3.10 をインストールします。 |
root@dlp:~#
root@dlp:~# pkg install -y python310 python3.10 -V Python 3.10.13 # verify to create a test script root@dlp:~# echo -e "import sys\nprint(sys.version)" > python_test.py root@dlp:~# python3.10 python_test.py 3.10.13 (main, Jan 6 2024, 01:52:42) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1a |
Sponsored Link |