Browse Source

reposinit script update

master
Dirk Alders 2 years ago
parent
commit
7701ee9d37
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      reposinit

+ 1
- 1
reposinit View File

2
 #
2
 #
3
 mkvenv
3
 mkvenv
4
 
4
 
5
-sudo rm -f /usr/local/bin/pyzo && ln -s `pwd`/venv/bin/pyzo /usr/local/bin
5
+sudo rm -f /usr/local/bin/pyzo && sudo ln -s `pwd`/venv/bin/pyzo /usr/local/bin

Loading…
Cancel
Save