Permalink
Browse files
change python2.7 to python in boostrap.sh and client.sh
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+1
−1
bootstrap.sh
-
+1
−1
client.sh
|
|
@@ -1,3 +1,3 @@ |
|
|
#!/bin/bash
|
|
|
|
|
|
-PYTHONPATH=$PYTHONPATH:./tweetf0rm python2.7 ./tweetf0rm/bootstrap.py "$@"
|
|
|
+PYTHONPATH=$PYTHONPATH:./tweetf0rm python ./tweetf0rm/bootstrap.py "$@"
|
|
|
@@ -1,3 +1,3 @@ |
|
|
#!/bin/bash
|
|
|
|
|
|
-PYTHONPATH=$PYTHONPATH:./tweetf0rm python2.7 ./tweetf0rm/client.py "$@"
|
|
|
+PYTHONPATH=$PYTHONPATH:./tweetf0rm python ./tweetf0rm/client.py "$@"
|
0 comments on commit
27935de