Changeset 24675
- Timestamp:
- 03/30/20 10:30:24 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24674 r24675 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.