We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5e12e commit 6abc875Copy full SHA for 6abc875
radler.sh
@@ -14,6 +14,6 @@
14
# You should have received a copy of the GNU General Public License
15
# along with Radler. If not, see <http://www.gnu.org/licenses/>.
16
17
-SCRIPT_DIR=`dirname $(python -c "import os, sys; print(os.path.realpath(\"$0\"))")`
+SCRIPT_DIR=`dirname $(python3 -c "import os, sys; print(os.path.realpath(\"$0\"))")`
18
19
PYTHONPATH="$SCRIPT_DIR/external_libs/parsimonious:$SCRIPT_DIR/external_libs/pydot:$SCRIPT_DIR" python3.6 $SCRIPT_DIR/radler/main.py "$@"
0 commit comments