Fix invocation python2 -> python3
Change-Id: Ic78da9c03e99f59d142c93394051bbc2751f0205
This commit is contained in:
@@ -9,7 +9,7 @@ if [ ! -d "./pysim-testdata/" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
virtualenv -p python2 venv --system-site-packages
|
||||
virtualenv -p python3 venv --system-site-packages
|
||||
. venv/bin/activate
|
||||
pip install pytlv
|
||||
pip install pyyaml
|
||||
|
||||
Reference in New Issue
Block a user