windows purge dns cache code example
Example 1: windows flush dns
ipconfig /flushdns
Example 2: ignore cache pip
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
ipconfig /flushdns
# Add --no-cache-dir before install
pip --no-cache-dir install scipy