diff options
| -rw-r--r-- | python/examples/start-console.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/examples/start-console.sh b/python/examples/start-console.sh index 2df3f77..128a20e 100644 --- a/python/examples/start-console.sh +++ b/python/examples/start-console.sh @@ -5,7 +5,7 @@ if ! type "screen" > /dev/null; then  fi  rm ./pubnub-console.log  touch ./pubnub-console.log -set PYTHONPATH=../.. +export PYTHONPATH=../..  screen -X -S pubnub-console quit 2>&1 > /dev/null  OS="`uname`"  case $OS in | 
