diff --git a/scripts/cl-desktop b/scripts/cl-desktop index bf1c92f..f2de66d 100644 --- a/scripts/cl-desktop +++ b/scripts/cl-desktop @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python2 #-*- coding: utf-8 -*- # Copyright 2010 Calculate Ltd. http://www.calculate-linux.org diff --git a/setup.py b/setup.py index 79a669e..a9dd236 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- # setup.py --- Setup script for calculate-client