Skip to content

Commit c5e35da

Browse files
author
dsmiff
committed
Fix setup.sh
1 parent 625aaa9 commit c5e35da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: setup.sh

100644100755
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash -e
22

3-
CDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4-
export PYTHONPATH=$PYTHONPATH:$CDIR
3+
export PYTHONPATH=$PYTHONPATH:$PWD

0 commit comments

Comments
 (0)