Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python install issue
#1
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.
Reply
#2
Did you untar/unzip the downloaded file? Take a look at https://tecadmin.net/install-python-2-7-on-centos-rhel/ And take notice that you use altinstall.
Gribouillis likes this post
Reply
#3
Please note: Any version of python prior to version 3 has been unsupported since January 1, 2020.
Current version is 3.12.7
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install dlib packge issue MahendraYadav 1 8,805 Aug-31-2021, 07:06 PM
Last Post: snippsat
  Install issue 2.7.9 vs 2.7.14 Spankybus 2 3,369 Jan-13-2018, 04:46 AM
Last Post: Spankybus
  Issue in launching spyder that was installed using pip install on Python 3.6.1 python300 6 12,487 Jun-02-2017, 10:44 PM
Last Post: python300

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020