Make the TeXmacs integration use python 2 for now.

This commit is contained in:
Jerry James 2014-12-05 08:45:57 -07:00
parent b37cad1413
commit 070da8ba03

View File

@ -135,7 +135,7 @@ touch -r bin/isympy %{buildroot}%{_bindir}/isympy
rm -f %{buildroot}%{_bindir}/{,doc}test rm -f %{buildroot}%{_bindir}/{,doc}test
## Install the TeXmacs integration ## Install the TeXmacs integration
sed 's/python/python3/' data/TeXmacs/bin/tm_sympy > \ sed 's/python/python2/' data/TeXmacs/bin/tm_sympy > \
%{buildroot}%{_bindir}/tm_sympy %{buildroot}%{_bindir}/tm_sympy
chmod a+x %{buildroot}%{_bindir}/tm_sympy chmod a+x %{buildroot}%{_bindir}/tm_sympy
touch -r data/TeXmacs/bin/tm_sympy %{buildroot}%{_bindir}/tm_sympy touch -r data/TeXmacs/bin/tm_sympy %{buildroot}%{_bindir}/tm_sympy