Document working in here
This commit is contained in:
parent
8deb1bed25
commit
2ab0339e49
2 changed files with 65 additions and 0 deletions
13
activate.sh
Normal file
13
activate.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkvirtualenv source
|
||||
|
||||
workon source
|
||||
|
||||
pip install -r tools/python/requirements.txt
|
||||
|
||||
for d in $(find . -type d -path "*/src/python"); do
|
||||
d="$(realpath "${d}")"
|
||||
echo "Adding subproject ${d}"
|
||||
add2virtualenv "${d}"
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue