Hello Dear Developers and Users
I find out that in 3DSlicer, there are two different Python versions. One is version 3.9.10, which is in Python Interactor and related to PythonSlicer
executable file. The other is version 3.9.22, which related to python-real
executable file. Both files are in bin
folder of Slicer-5.8.1-linux-amd64.
sn@mph:~$ /home/sn/Slicer-5.8.1-linux-amd64/bin/PythonSlicer --version
Python 3.9.10
sn@mph:~$ /home/sn/Slicer-5.8.1-linux-amd64/bin/python-real --version
Python 3.9.22
sn@mph:~$
Now my question is, how I can use version 3.9.22 as default in Python Interactor?
Please guide me.
Best regards.
Shahrokh