Browse Source

common text for reposinit output

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

+ 2
- 0
reposinit View File

@@ -1,5 +1,7 @@
1 1
 #!/bin/sh
2 2
 #
3
+echo "* Creating virtual env"
3 4
 mkvenv
4 5
 
6
+echo "* Creating application link in /usr/local/bin"
5 7
 sudo rm -f /usr/local/bin/pyzo && sudo ln -s `pwd`/venv/bin/pyzo /usr/local/bin

Loading…
Cancel
Save