Glossary

Issue: `pip` installs to the wrong Python

Always activate your virtual environment first before running pip - Use `python -m pip install ...` to ensure pip is linked to the correct Python

Learn More

Related Terms