Oct-02-2024, 04:00 PM
Not sure if this is the right place but I am having an issue.
I am trying to install Python 2.7.5 on a RHEL 8.10 vm.
I follow the basic instruction for install.
./configure
make
make install
I can only get passed ./configure.
When I run make, here is the error I get and I don't know how to fix it.
/usr/bin/mkdir -p Include
./Parser/asdl_c.py -h Include ./Parser/Python.asdl
/usr/bin/env: 'python': No such file or directory
make: *** [Makefile: 632: Include/Python-ast.h] Error 127
Please, I hope there is someone out there that can help me out with this.
I am trying to install Python 2.7.5 on a RHEL 8.10 vm.
I follow the basic instruction for install.
./configure
make
make install
I can only get passed ./configure.
When I run make, here is the error I get and I don't know how to fix it.
/usr/bin/mkdir -p Include
./Parser/asdl_c.py -h Include ./Parser/Python.asdl
/usr/bin/env: 'python': No such file or directory
make: *** [Makefile: 632: Include/Python-ast.h] Error 127
Please, I hope there is someone out there that can help me out with this.