pip list, pip-V command error resolution questions

Asked 2 years ago, Updated 2 years ago, 89 views

There is currently a problem with the pip list and the pip --version commands, but I don't know how to solve them.

pip ---version command

When pip install type because there is no typing module

for pip list command

I don't know what the underlying problem is, so I'm asking you this question!

pip python

2022-09-20 16:25

1 Answers

It seems to create and run a virtual environment called env.

However, the env virtual environment does not seem to have a pip command. Looking at the path of the pip that runs, it seems that the pip of Python 2.7 (/usr/local/bin/pip) on the system is running.

How did you create a virtual environment?


2022-09-20 16:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.