Where exactly should put those quotes? My command looks like this:
python build.py test
Do you mean I should do this:
python "build.py test"
Where exactly should put those quotes? My command looks like this:
python build.py test
Do you mean I should do this:
python "build.py test"