I can’t check django version and django-admin startproject myproject
its only say
Side note: Please do not post images of commands and responses. Copy/paste the text into the body of the post, surrounded between lines of three backtick - ` characters. This means you’ll have a line of ```, then the text, then another line of ```. (You’ll also do this for any code or templates you wish to post here as well.)
How did you install Python? (What instructions or tutorial did you follow? Does python itself work?)
From the screenshot you have given I can see that you have installed Django globally and then create venv, activated it, then in python’s virtual environment you are trying to start the Django project.
Do one thing pip install django
again in the activated python’s virtual environment i.e in your case is django.