Make the TeXmacs integration use python 2 for now.
This commit is contained in:
parent
b37cad1413
commit
070da8ba03
@ -135,7 +135,7 @@ touch -r bin/isympy %{buildroot}%{_bindir}/isympy
|
||||
rm -f %{buildroot}%{_bindir}/{,doc}test
|
||||
|
||||
## 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
|
||||
chmod a+x %{buildroot}%{_bindir}/tm_sympy
|
||||
touch -r data/TeXmacs/bin/tm_sympy %{buildroot}%{_bindir}/tm_sympy
|
||||
|
Loading…
Reference in New Issue
Block a user