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
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?
© 2024 OneMinuteCode. All rights reserved.