0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/yang/JSON_CBOR.env

8 lines
142 B
Bash
Raw Permalink Normal View History

pushd $YDIR
python3 -m venv venv
. venv/bin/activate
pip3 install yangson cbor
popd
export PYTHONPATH="/home/maria/yang/yangson:$PYTHONPATH"