Permalink
Browse files

change python2.7 to python in boostrap.sh and client.sh

  • Loading branch information...
1 parent 0e0407f commit 27935de44cfd018f90666382de88133f4ecac47d @bianjiang committed Nov 5, 2013
Showing with 2 additions and 2 deletions.
  1. +1 −1 bootstrap.sh
  2. +1 −1 client.sh
View
@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
-PYTHONPATH=$PYTHONPATH:./tweetf0rm python2.7 ./tweetf0rm/bootstrap.py "$@" +PYTHONPATH=$PYTHONPATH:./tweetf0rm python ./tweetf0rm/bootstrap.py "$@"
View
@@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
-PYTHONPATH=$PYTHONPATH:./tweetf0rm python2.7 ./tweetf0rm/client.py "$@" +PYTHONPATH=$PYTHONPATH:./tweetf0rm python ./tweetf0rm/client.py "$@"

0 comments on commit 27935de

Please sign in to comment.