diff --git a/helpers/DATA/rpl b/helpers/DATA/rpl
index d52885057103f96f67522842faf9ed1e83301fab..8da00137805d669f736e3a5f39e7eca4d5fd08f0 100755
--- a/helpers/DATA/rpl
+++ b/helpers/DATA/rpl
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 
 import optparse, sys, os, tempfile, re
 try: import readline