version 1.85, 2016/08/18 23:28:29
|
version 1.86, 2020/02/04 20:57:26
|
|
|
| |
# The system configuration for configure script | # The system configuration for configure script |
set PERLBIN = "" | set PERLBIN = "" |
set PYBIN = "" |
set PYBIN = "python3" |
| |
if ($PERLBIN == "") then | if ($PERLBIN == "") then |
if (-x /home/jsoc/bin/linux_x86_64/activeperl) then | if (-x /home/jsoc/bin/linux_x86_64/activeperl) then |
Line 16 if ($PYBIN == "") then |
|
Line 16 if ($PYBIN == "") then |
|
if (-x /home/jsoc/bin/linux_x86_64/activepython) then | if (-x /home/jsoc/bin/linux_x86_64/activepython) then |
set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython" | set PYBIN = "/home/jsoc/bin/linux_x86_64/activepython" |
else | else |
set PYBIN = "python" |
set PYBIN = "python3" |
endif | endif |
endif | endif |
| |