Skip to content

Commit

Permalink
Remove unused python path
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Feb 5, 2013
1 parent 749305e commit 2e7dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-ec2
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# limitations under the License.

cd "`dirname $0`"
PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:./third_party/beautifulsoup3-3.2.1.zip/BeautifulSoup-3.2.1:$PYTHONPATH" python ./spark_ec2.py $@
PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" python ./spark_ec2.py $@

0 comments on commit 2e7dd49

Please sign in to comment.