Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Call pip3 from python folder build by me call pip3 from the /usr/bin
Post: RE: Call pip3 from python folder build by me call ...

If you need to activate the --enable-shared the answer is: ./configure --prefix=${PY_PATH} --enable-shared LDFLAGS=-Wl,-rpath=${PY_PATH}/lib --enable-optimizations # --enable-optimizations is optional...
Suryavarman General Coding Help 3 3,684 Oct-07-2019, 10:23 PM
    Thread: Call pip3 from python folder build by me call pip3 from the /usr/bin
Post: RE: Call pip3 from python folder build by me call ...

Hi, I haven't build and install python in the files system but in a /home/username/Python folder. The building otpion --enable-shared cause this error. Without this option it's work.
Suryavarman General Coding Help 3 3,684 Oct-01-2019, 10:15 PM
    Thread: Call pip3 from python folder build by me call pip3 from the /usr/bin
Post: Call pip3 from python folder build by me call pip3...

I have build the latest release of python3 on a Mageia7 system. Here the configuration command line: ./configure --prefix=${PY_PATH} --enable-shared And if I call pip3 like that: ${PY_PATH}/bin/pi...
Suryavarman General Coding Help 3 3,684 Oct-01-2019, 03:20 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020