Monday, August 10, 2026

Quick tip: how to check the Python version and packages installed in a Python virtual environment

 Activate the environment and run python --version or python -V


To check a specific package e.g. streamlit run pip show streamlit inside the anaconda prompt


No comments: