Skip to content

Commit 4b34a3b

Browse files
authored
Merge pull request #44 from descarteslabs/bug/env-setting
Setting python env.
2 parents 497b5fc + 4ae5793 commit 4b34a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descarteslabs/scripts/descarteslabs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
# Copyright 2017 Descartes Labs.
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +13,6 @@
1213
# See the License for the specific language governing permissions and
1314
# limitations under the License.
1415

15-
#!/usr/bin/env python
1616
from __future__ import print_function
1717

1818
import os

0 commit comments

Comments
 (0)