New GitHub issue #92551 from GUBIY:<br>

<hr>

<pre>
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.

</pre>

<hr>

<a href="https://github.com/python/cpython/issues/92551">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>