make a pip.bat with ``` @echo off setlocal python.exe -m pip %* ``` so now we can use pip install like always