Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 760672 - pip Version --user 3.7/3.8
Summary: pip Version --user 3.7/3.8
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-18 20:10 UTC by Oscar
Modified: 2020-12-20 18:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oscar 2020-12-18 20:10:12 UTC
Dear all,

python --version links to 
Python 3.7.9
 as expected

pip --version
pip 20.2.4 from /usr/lib/python3.8/site-packages/pip (python 3.8)


pip [package] --user installs to ~/.local/lib/python3.8/site-packages

python [something] will not find the package
python3.8 [something] will raise an error
(at least on a package, never installed before)

any ideas?
Thanks!