After downloading (gzipped tar) Python from python.org I followed the build instructions in the make file.
www.python.org
To double check that I had the files in the Python directory that I un-zipped I listed them from the command-line.
Running ./configure
make
make test
sudo make install
Were the instructions I that followed. Running sudo make install returned this error:
I'm not sure what the system is missing if anything and I wasn't sure if I should have just ran the intall-sh.
Any ideas men?
Thanks in advance
Alex
Python Source Releases for Source release
The official home of the Python Programming Language
To double check that I had the files in the Python directory that I un-zipped I listed them from the command-line.
Code:
alex@debian-box:~/Python/Python-3.13.5$ ls
aclocal.m4 Grammar Makefile.pre.in pyconfig.h.in
Android Include Misc python
_bootstrap_python install-sh Modules Python
build InternalDocs Objects python-config
config.guess iOS Parser python-config.py
config.log Lib PC python-gdb.py
config.status libpython3.13.a PCbuild README.rst
config.sub LICENSE platform Tools
configure Mac Programs
configure.ac Makefile pybuilddir.txt
Doc Makefile.pre pyconfig.h
Running ./configure
make
make test
sudo make install
Were the instructions I that followed. Running sudo make install returned this error:
Code:
subprocess.CalledProcessError: Command '['/home/alex/Python/Python-3.13.5/python', '-W', 'ignore::DeprecationWarning', '-c', '\nimport runpy\nimport sys\nsys.path = [\'/tmp/tmpfz_4cmty/pip-25.1.1-py3-none-any.whl\'] + sys.path\nsys.argv[1:] = [\'install\', \'--no-cache-dir\', \'--no-index\', \'--find-links\', \'/tmp/tmpfz_4cmty\', \'--root\', \'/\', \'--upgrade\', \'pip\']\nrunpy.run_module("pip", run_name="__main__", alter_sys=True)\n']' returned non-zero exit status 1.
make: *** [Makefile:2255: install] Error 1
alex@debian-box:~/Python/Python-3.13.5$ dpkg -L python
dpkg-query: package 'python' is not installed
Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.
alex@debian-box:~/Python/Python-3.13.5$
I'm not sure what the system is missing if anything and I wasn't sure if I should have just ran the intall-sh.
Any ideas men?
Thanks in advance
Alex
Attachments
Last edited:

