Which step would NOT help you troubleshoot the error "django-admin: command not found"?
Check that the bin folder inside your Django directory is on your system path.
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 you have installed Django.