-
This commit is contained in:
parent
5415c076e9
commit
bac9171784
7
reposinit
Executable file
7
reposinit
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
echo "* Creating virtual env"
|
||||||
|
mkvenv
|
||||||
|
|
||||||
|
echo "* Creating application link in /usr/local/bin"
|
||||||
|
sudo rm -f /usr/local/bin/spyder && sudo ln -s `pwd`/venv/bin/spyder /usr/local/bin
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
spyder
|
BIN
spyder.png
Normal file
BIN
spyder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Loading…
x
Reference in New Issue
Block a user