Lines 78-83
Link Here
|
78 |
tmpstr="$(${python} -V 2>&1 )" |
78 |
tmpstr="$(${python} -V 2>&1 )" |
79 |
export PYVER_ALL="${tmpstr#Python }" |
79 |
export PYVER_ALL="${tmpstr#Python }" |
80 |
__python_version_extract $PYVER_ALL |
80 |
__python_version_extract $PYVER_ALL |
|
|
81 |
export PYTHON_LIBDIR="/usr/$(get_libdir)/python${PYVER}" |
82 |
export PYTHON_SITEDIR="${PYTHON_LIBDIR}/site-packages" |
81 |
} |
83 |
} |
82 |
|
84 |
|
83 |
# @FUNCTION: python_makesym |
85 |
# @FUNCTION: python_makesym |