Changeset 24674
- Timestamp:
- 03/28/20 00:19:02 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24663 r24674 700 700 dnl the best way to do this: it's what "site.py" does in the 701 701 dnl standard library. 702 PYTHON_VERSION=$(${PYTHON_ROOT}/bin/python -c "import sys; print sys.version[[:3]]")702 PYTHON_VERSION=$(${PYTHON_ROOT}/bin/python -c "import sys; print(sys.version[:3])") 703 703 AC_MSG_RESULT([${PYTHON_VERSION}]) 704 704 else
Note:
See TracChangeset
for help on using the changeset viewer.