Skip to content

Commit 0df5afc

Browse files
committed
adding develop setup
1 parent f545836 commit 0df5afc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

run_setup.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)