diff options
| author | Devendra | 2014-05-02 23:14:10 +0530 | 
|---|---|---|
| committer | Devendra | 2014-05-02 23:14:10 +0530 | 
| commit | 57d27fe29751f9cbd14a26d2a4ee8402168bfe8b (patch) | |
| tree | 9a7598e51ac5105297c94b71a5ef019b3754ca24 | |
| parent | e0207efea24574bc6dac3e0aadb2d53cebe2a307 (diff) | |
| download | pubnub-python-57d27fe29751f9cbd14a26d2a4ee8402168bfe8b.tar.bz2 | |
fixing start-console.sh
| -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 | 
