Fix invocation python2 -> python3
Change-Id: Ic78da9c03e99f59d142c93394051bbc2751f0205
This commit is contained in:
@@ -9,7 +9,7 @@ if [ ! -d "./pysim-testdata/" ] ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
virtualenv -p python2 venv --system-site-packages
|
virtualenv -p python3 venv --system-site-packages
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install pytlv
|
pip install pytlv
|
||||||
pip install pyyaml
|
pip install pyyaml
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Utility to deal with sim cards and program the 'magic' ones easily
|
# Utility to deal with sim cards and program the 'magic' ones easily
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Utility to display some informations about a SIM card
|
# Utility to display some informations about a SIM card
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python3
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
""" pySim: card handler utilities
|
""" pySim: card handler utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user