Ignore:
Timestamp:
2021-01-14T18:01:36+13:00 (3 years ago)
Author:
davidb
Message:

Change in how version of python is determined

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/mars-src/trunk/devel.bash

    r34392 r34660  
    55#fi
    66
    7 _pyver_=${1-3} # default to Python v3
     7_full_pyver_=$(python -V 2>&1 | grep -Po '(?<=Python )(.+)')
     8_pyver_=${_full_pyver_%%.*}
     9
     10#_pyver_=${1-3} # default to Python v3
    811
    912#if [ "x$1" = "x" ] ; then
Note: See TracChangeset for help on using the changeset viewer.