Skip to content

Commit 5289b94

Browse files
lapack_testing.py: python2 explicit in hashbang
Use `python2` explicitly in the hashbang instead of just `python` because Ubuntu 20.04 does not ship with a `python` executable any longer.
1 parent 0e41cf0 commit 5289b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python2
22
# -*- coding: utf-8 -*-
33

44

0 commit comments

Comments
 (0)