mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +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"
|