Skip to content

Commit

Permalink
operate via a subshell so we can run this as a script instead of sour…
Browse files Browse the repository at this point in the history
…cing it
  • Loading branch information
warmerdam committed May 21, 2016
1 parent 28d59c5 commit e0c8b59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup_env.sh
@@ -1,5 +1,8 @@
#!/bin/bash

GS_TOP=$(cd $(dirname $0) && pwd)
export PATH=$GS_TOP/scripts:$PATH
export PYTHONPATH=${PYTHONPATH}${PYTHONPATH:+:}$GS_TOP

bash -i

0 comments on commit e0c8b59

Please sign in to comment.