Dirk Alders 1 year ago
parent
commit
bac9171784
3 changed files with 8 additions and 0 deletions
  1. 7
    0
      reposinit
  2. 1
    0
      requirements.txt
  3. BIN
      spyder.png

+ 7
- 0
reposinit View File

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

+ 1
- 0
requirements.txt View File

1
+spyder

BIN
spyder.png View File


Loading…
Cancel
Save