Skip to content

Python 3.10.4 for linux install issue #92551

@GUBIY

Description

@GUBIY

I I'm having a problem installing Python 3.10.4 on Linux. Here is my install commands:
tar -xvf Python-3.10.4.tgz
cd Python-3.10.4
./configure --prefix=/home/build/Dev/lib/python-3.10.4_x86_64
make && make install

If the path for the "--prefix" contains the "-" or "_", the python would be installed in the default path instead of my defined path. If "--prefix" is set to "/home/build/Dev/lib/python3.10.4", it would be correctly installed on the folder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions