Skip to content

use python -m pip#91

Open
ralmsdeveloper wants to merge 1 commit into
meituan-longcat:mainfrom
ralmsdeveloper:main
Open

use python -m pip#91
ralmsdeveloper wants to merge 1 commit into
meituan-longcat:mainfrom
ralmsdeveloper:main

Conversation

@ralmsdeveloper

Copy link
Copy Markdown

Why use python -m pip?

Sometimes, simply typing pip calls a loop that points to the global Python repository (e.g., /usr/bin/python3), while python -m pip uses the loop you are currently running (the one from your Conda repository).

Sometimes, simply typing pip calls a loop that points to the global Python repository (e.g., /usr/bin/python3), while python -m pip uses the loop you are currently running (the one from your Conda repository).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant