Commit c1f887d5 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed pip3

parent b4985ff4
......@@ -14,7 +14,7 @@ all:
$(MAKE) -C Python-3.12.4 test EXTRATESTOPTS="-j 1 -u all,-urlfetch --timeout=14400" ; \
fi
$(MAKE) -C Python-3.12.4 install
ln -sfv pip3.11 /usr/bin/pip3
ln -sfv pip3.12 /usr/bin/pip3
rm -f $(HOME)/.python_history
rm -rf Python-3.12.4
......
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