Commit fc769131 authored by Yuri Aksenov's avatar Yuri Aksenov

We should use python3 instead of python

parent 6b261595
all:
tar xf scons-3.0.5.tar.gz
cd scons-3.0.5 && python setup.py install --prefix=/usr --standard-lib --optimize=1 --install-data=/usr/share
cd scons-3.0.5 && python3 setup.py install --prefix=/usr --standard-lib --optimize=1 --install-data=/usr/share
rm -rf scons-3.0.5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment