Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Jan 20, 2021
1 parent 8401a13 commit 2fcd6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ where python >nul 2>&1 && (
rem Install venv
echo [INSTALL] Using venv
rmdir "venv" /q /s >nul 2>&1
%PYTHON% -m venv ./venv
python -m venv ./venv
.\venv\Scripts\activate
python -m pip install --upgrade pip wheel

Expand Down

0 comments on commit 2fcd6ae

Please sign in to comment.