Python Forum
scipy looks like it installs, but does not
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
scipy looks like it installs, but does not
#3
(Jan-01-2024, 07:02 AM)Gribouillis Wrote: Which interpreter is executed by py3? Is it the same interpreter as the pip command?
Output:
lt1a/forums/3 /home/forums 4> which py3 /usr/host/bin/py3 lt1a/forums/3 /home/forums 5> ls -il /usr/host/bin/py3 144853 lrwxrwxrwx 1 root root 22 Dec 7 18:45 /usr/host/bin/py3 -> ../../../bin/python3.8 lt1a/forums/3 /home/forums 6> ls -il ../../../bin/python3.8 2278 -rwxr-xr-x 1 root root 5465880 Nov 22 05:22 ../../../bin/python3.8 lt1a/forums/3 /home/forums 7> ls -il /usr/bin/python3.8 2278 -rwxr-xr-x 1 root root 5465880 Nov 22 05:22 /usr/bin/python3.8 lt1a/forums/3 /home/forums 8> ls -il /bin/python3.8 2278 -rwxr-xr-x 1 root root 5465880 Nov 22 05:22 /bin/python3.8 lt1a/forums/3 /home/forums 9> /bin/python3.8 Python 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> lt1a/forums/3 /home/forums 10> /usr/bin/python3.8 Python 3.8.10 (default, Nov 22 2023, 10:22:35) [GCC 9.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> lt1a/forums/3 /home/forums 11>
Ubuntu 20.4 replicates /bin and /usr/bin so either path to python3 works. i am doing this as root to ensure that everything is available system-wide for all users.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: scipy looks like it installs, but does not - by Skaperen - Jan-02-2024, 07:02 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python to exe-Does it do Pip installs? Extra 1 1,193 May-12-2022, 09:27 PM
Last Post: snippsat
  listing file that pip installs upgrades Skaperen 1 1,977 Dec-10-2020, 10:37 AM
Last Post: snippsat
  Why isnt this working? pip installs not working with cmd prompt? ejected 2 3,308 Apr-02-2019, 08:48 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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