Score:1

Can't get pip3.10 to work directly in Ubuntu

in flag
yi1

I'm getting this:

$ pip3.10
pip3.10: command not found

Now, I have python3.10 installed correctly:

$ python3.10 --version
Python 3.10.10

And I have installed pip within it:

$ python3.10 -m pip

 Usage:   
    /usr/bin/python3.10 -m pip <command> [options]
 ....

What am I missing?

Score:0
iq flag

I think pip3.10 is not installed or not in your system path, you dont need a separate pip3.10 command Simply use the following: python3.10 -m pip <command> [options]

For example if you wanted to install a package python3.10 -m pip install <package>

yi1 avatar
in flag
yi1
I know, but I have a script (that not I control) that uses pip3.10 so I need to figure out how to make that command work...
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.