dev-cafe / autocmake

CMake plugin composer.
http://autocmake.org
BSD 3-Clause "New" or "Revised" License
41 stars 18 forks source link

missing "pure" python #270

Closed miroi closed 1 year ago

miroi commented 1 year ago

fresh Ubuntu installation, but missing /usr/bin/python :

milias@194.160.44.72:~/work/software/theoretical_chemistry/dirac/dirac/.ls -lt /usr/bin/python*
-rwxr-xr-x 1 root root 5912936 Nov  2 19:53 /usr/bin/python3.10*
lrwxrwxrwx 1 root root      34 Nov  2 19:53 /usr/bin/python3.10-config -> x86_64-linux-gnu-python3.10-config*
lrwxrwxrwx 1 root root      10 Aug 18 12:39 /usr/bin/python3 -> python3.10*
lrwxrwxrwx 1 root root      17 Aug 18 12:39 /usr/bin/python3-config -> python3.10-config*
-rwxr-xr-x 1 root root 3592504 Jul  1 12:30 /usr/bin/python2.7*
-rwxr-xr-x 1 root root     973 Mar 17  2022 /usr/bin/python3-coverage*
-rwxr-xr-x 1 root root     979 Mar 17  2022 /usr/bin/python3.10-coverage*
lrwxrwxrwx 1 root root       9 Jul 28  2021 /usr/bin/python2 -> python2.7*
-rwxr-xr-x 1 root root     960 Dec 23  2020 /usr/bin/python3-futurize*
-rwxr-xr-x 1 root root     964 Dec 23  2020 /usr/bin/python3-pasteurize*

therefore setup crashes:

ilias@194.160.44.72:~/work/software/theoretical_chemistry/dirac/dirac/../setup build_gnu
/usr/bin/env: 'python': No such file or directory

Any help please ?

miroi commented 1 year ago

Fixed !

milias@194.160.44.72:~/work/software/theoretical_chemistry/dirac/dirac/.sudo apt-get install python-is-python3

Feel free to close this issue.

bast commented 1 year ago

Great! (sorry for very slow replying)