Where do Extensions go in a Python3 install? #5943
-
Hello, When I installed DIRAC (v7r3p12) on python2 with our GridPP Dirac Extension at /opt/DIRAC/GridPPDIRAC
Then the installer auto discovers the 2 agents from /opt/DIRAC/GridPPDIRAC as can be seen from this extract of the installer output:
However when I installed DIRAC (7.3.12) on python3 and ask for installation in /opt/DIRAC with
My question is how do I tell DIRAC on python3 where to look in the filesystem for our GridPP extension? I may well have other porting work to do but I think getting DIRAC to know where to look it probably the first step so any pointers would be gratefully received! Many thanks for any ideas! Alex Owen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Python3 installation is a bit different from Python2 installation. In the Primary server installation section, you can see differences between Python2 and Python3 installations:
|
Beta Was this translation helpful? Give feedback.
Python3 installation is a bit different from Python2 installation.
Here is the
Server installation
documentation: https://dirac.readthedocs.io/en/latest/AdministratorGuide/ServerInstallations/InstallingDiracServer.htmlIn the Primary server installation section, you can see differences between Python2 and Python3 installations:
install.cfg
as you said).