|
|
|
|
|
by isostatic
2744 days ago
|
|
Of the 50 /usr/bin/ python files on my Ubuntu 16.04 desktop, most are versioned in some way. None are called from "env". 37 /usr/bin/python3
4 /usr/bin/python3.5
4 /usr/bin/python
3 /usr/bin/python2.7
2 /usr/bin/python2
The 4 that aren't versioned arespeedtest, speedtest-cli, dh_python2, apt-offline So two from ubuntu/debian, and two from a package |
|
Above, we're discussing some build system where someone hasn't done this work. Most collections of python code in the world (I'm going to hazard a guess significantly upward of 90%) just use /usr/bin/python or /usr/bin/env python.
That's the nature of the problem.