reposinit script update

This commit is contained in:
Dirk Alders 2022-05-08 11:46:27 +02:00
parent 499ca5d6d0
commit ae6a22f30d

View File

@ -17,4 +17,4 @@ for path in `find pylibs/ -maxdepth 1 -type d`; do
fi fi
done done
sudo ln -s `pwd` /usr/local/bin sudo rm /usr/local/bin/ptpython && ln -s `pwd`/venv/bin/ptpython /usr/local/bin