5

While installing Python 3.4.4 into Linux server by running ./configure script and getting the following error:

checking for ensurepip... upgrade
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.pre.in'

I am trying to search but not getting that much information, could experts provide here their views, will be grateful to you.

0

1 Answer 1

5

I have removed the old python directory and followed the following steps which worked for me, thought to share with people here too.

wget https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz
tar xzf Python-3.4.4.tgz
cd Python-3.4.4/
./configure
make altinstall
python3.4 -V
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.