Pylibs added

This commit is contained in:
Dirk Alders 2021-10-07 09:07:01 +02:00
parent 6db497f606
commit 3250874e8d
3 changed files with 13 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "pylibs"]
path = pylibs
url = https://git.mount-mockery.de/dirk/pylibs.git

9
link.sh Executable file
View 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

@ -0,0 +1 @@
Subproject commit 62aa691636eb6e0553660726c099e765b8f176f5