Skip to content

Commit 6abc875

Browse files
authored
Update radler.sh
1 parent 6c5e12e commit 6abc875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radler.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with Radler. If not, see <http://www.gnu.org/licenses/>.
1616

17-
SCRIPT_DIR=`dirname $(python -c "import os, sys; print(os.path.realpath(\"$0\"))")`
17+
SCRIPT_DIR=`dirname $(python3 -c "import os, sys; print(os.path.realpath(\"$0\"))")`
1818

1919
PYTHONPATH="$SCRIPT_DIR/external_libs/parsimonious:$SCRIPT_DIR/external_libs/pydot:$SCRIPT_DIR" python3.6 $SCRIPT_DIR/radler/main.py "$@"

0 commit comments

Comments
 (0)