Smoke-test a rebuilt environment quickly.
Section: Full environment reset
Confirm imports after rebuild
bash
bash
python -c "import pkgutil; print('requests' in [m.name for m in pkgutil.iter_modules()])"Explanation
A quick example of checking whether an expected package is visible after reinstall.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Full environment reset