@@ -4,7 +4,7 @@ Runtime Environment
44The pyDevSup module initializes the interpreter during the registration
55phase of IOC startup with the *pySetupReg * registrar function. ::
66
7- #!../../bin/linux-x86_64/softIocPy2.7
7+ #!../../bin/linux-x86_64/softIocPy3.6
88 # Interpreter not started
99 dbLoadDatabase("../../dbd/softIocPy.dbd",0,0)
1010 softIocPy_registerRecordDeviceDriver(pdbbase)
@@ -51,7 +51,7 @@ file. ::
5151
5252The default or preferred Python version can be specificed in *configure/CONFIG_SITE * ::
5353
54- PY_VER ?= 2.7
54+ PY_VER ?= 3.6
5555
5656The following should be added to individual EPICS Makefiles. ::
5757
@@ -64,8 +64,8 @@ The following should be added to individual EPICS Makefiles. ::
6464
6565This will add or amend several make variables. The ``USR_*FLAGS `` variables
6666may be extended with appropriate flags for building python modules. The ``PY_VER ``
67- variable is defined with the Python version number found in install directories (eg "2.7 ").
68- The ``PY_LD_VER `` variable is defined with the python library version number (eg "3.2mu "),
67+ variable is defined with the Python version number found in install directories (eg "3.6 ").
68+ The ``PY_LD_VER `` variable is defined with the python library version number (eg "3.6mu "),
6969which may be the same as ``PY_VER ``.
7070
7171Include pyDevSup in your IOC
@@ -113,11 +113,11 @@ Installing for several Python versions
113113The recipe for building and installing the pyDevSup module
114114for several python version side by side is ::
115115
116- make PY_VER=2 .6
116+ make PY_VER=3 .6
117117 make clean
118- make PY_VER=2.7
118+ make PY_VER=3.10
119119 make clean
120- make PY_VER=3.2
120+ make PY_VER=3.14
121121 make clean
122122
123123The ``PYTHON `` make variable can be specified if the interpreter executable
0 commit comments