Open XtraviVolume opened 10 months ago
The unfortunate cd chess-auto-bot command barely worked, but after the command python -m venv venv nothing happened, and subsequent commands basically refuse to work, how can I fix it?
cd chess-auto-bot
python -m venv venv
replace scripts in the path with bin
use 'venv\bin\pip.exe' insted of venv\Scripts\pip.exe or you can open venv folder and see where is pip.exe but try venv\Scripts\pip.exe first
The unfortunate
cd chess-auto-bot
command barely worked, but after the commandpython -m venv venv
nothing happened, and subsequent commands basically refuse to work, how can I fix it?