Pylibs added
This commit is contained in:
parent
6db497f606
commit
3250874e8d
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "pylibs"]
|
||||||
|
path = pylibs
|
||||||
|
url = https://git.mount-mockery.de/dirk/pylibs.git
|
9
link.sh
Executable file
9
link.sh
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
for path in `find pylibs/ -maxdepth 1 -type d`; do
|
||||||
|
if [[ $path != "pylibs/" ]];then
|
||||||
|
lib=${path#*/}
|
||||||
|
echo Creating symbolic link for library $lib
|
||||||
|
rm -f venv/lib/python3.9/site-packages/$lib
|
||||||
|
ln -s ../../../../$path venv/lib/python3.9/site-packages/
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
1
pylibs
Submodule
1
pylibs
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 62aa691636eb6e0553660726c099e765b8f176f5
|
Loading…
x
Reference in New Issue
Block a user