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 f545836 commit 0df5afcCopy full SHA for 0df5afc
run_setup.sh
@@ -0,0 +1,6 @@
1
+INSTDIR=python_install
2
+rm -rf ${INSTDIR}
3
+mkdir ${INSTDIR}
4
+export PYTHONPATH=${PWD}:${PWD}/${INSTDIR}:${PYTHONPATH}
5
+python -m pip install --prefix ${INSTDIR} -e .
6
+export PATH=${PWD}/${INSTDIR}/bin:$PATH
0 commit comments