mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
8 lines
142 B
Bash
8 lines
142 B
Bash
|
pushd $YDIR
|
||
|
python3 -m venv venv
|
||
|
. venv/bin/activate
|
||
|
pip3 install yangson cbor
|
||
|
popd
|
||
|
|
||
|
export PYTHONPATH="/home/maria/yang/yangson:$PYTHONPATH"
|