From ca95188344a1741395174e6069c6921b8cc9a858 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 8 May 2022 11:46:27 +0200 Subject: [PATCH] reposinit script update --- reposinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposinit b/reposinit index aedd0de..5f05294 100755 --- a/reposinit +++ b/reposinit @@ -2,4 +2,4 @@ # mkvenv -sudo ln -s `pwd` /usr/local/bin +sudo rm /usr/local/bin/pyzo && ln -s `pwd`/venv/bin/pyzo /usr/local/bin