Commit 74965376 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

.python_history may be non-existent - we should continue on if it is not there

parent 46db7ca7
......@@ -9,5 +9,5 @@ all:
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 -f $(HOME)/.python_history
rm -rf Python-3.7.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