Skip to content

Commit cb3dbb0

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 47a4a75 commit cb3dbb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)