-
-
Notifications
You must be signed in to change notification settings - Fork 34k
Closed
Labels
topic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
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
Labels
topic-installationtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error