Which step would NOT help you troubleshoot the error "django-admin: command not found"?
Make sure that you have created a Django project.
Make sure you have activated the virtual environment you have set up containing Django.
Check that the bin folder inside your Django directory is on your system path.
Check that you have installed Django.