Commit fbaf7e83 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed library name and link to pip3

parent 96346bd1
......@@ -6,7 +6,8 @@ all:
$(MAKE) -C Python-3.7.3 test EXTRATESTOPTS="-j 1 -u all,-urlfetch --timeout=3600" ; \
fi
$(MAKE) -C Python-3.7.3 install
chmod -v 755 /usr/lib/libpython3.6m.so
chmod -v 755 /usr/lib/libpython3.7m.so
chmod -v 755 /usr/lib/libpython3.so
ln -sfv pip3.7 /usr/bin/pip3
rm $(HOME)/.python_history
rm -rf Python-3.7.3
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