How to use pip corresponding to a given version of python?
- version
- pip
Use python_with_version -m pip ...
explicitly. Same for other executable modules, but this seems to come up most frequently with pip
.
How to use pip corresponding to a given version of python?
Use python_with_version -m pip ...
explicitly. Same for other executable modules, but this seems to come up most frequently with pip
.