From 408bd7602aa10047834c81d9c550d00e911da9ae Mon Sep 17 00:00:00 2001 From: huahang Date: Sat, 28 Jun 2014 16:59:47 +0800 Subject: [PATCH] fix python path --- thrift/compiler/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrift/compiler/main.py b/thrift/compiler/main.py index ea720e10977..6cc063a7834 100644 --- a/thrift/compiler/main.py +++ b/thrift/compiler/main.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python2.6 -tt +#!/usr/bin/env python -tt # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file