pip install upgrade wheel code example
Example 1: linux python installation wheel
python -m pip install --upgrade pip setuptools wheel
Example 2: pip upgrade python
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
python -m pip install --upgrade pip setuptools wheel
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}