We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37328e3 commit c5a7d50Copy full SHA for c5a7d50
scripts/travis/script.sh
@@ -1,5 +1,5 @@
1
-apt-get update -y; apt-get install python-pip -y
2
-pip install numpy packaging cython
+apt-get update -y; apt-get install python3-pip -y
+pip3 install numpy packaging cython
3
cd /pdal/
4
-python setup.py build
5
-python setup.py test
+python3 setup.py build
+python3 setup.py test
0 commit comments