Resolved: the commande doesn't work
When I type the command, I get this error.
c:\Users\Oumaima A
GOURRAM\python-versions\py3121\python -m venv my_env
'c:\Users\Oumaima' n’est pas reconnu en tant que commande interne
That means there's no such command. Thank you.
Hey Hajar,
Thank you for reaching out!
Could you please provide a screenshot of the command prompt together with the error you are getting? Thank you.
Kind regards,
365 Hristina
Hey Hristina,
Of course, this is the sceenshot.
Thank you
Hey again Hajar,
Thank you for the screenshot.
Please, ensure that
python -m venv my_env
is not preceeded by any other text. What you should have is the following:
C:\Users\Oumaima AGOURRAM\python_projects>python -m venv my_env
Let me know if you've succeeded or if you've encounter other issues.
Kind regards,
365 Hristina
Thank you for your assistance.
You're welcome! Enjoy the rest of the course!
Kind regards,
365 Hristina
hello Ms Hristina,
May you help me in the same case but that command above doesn't work with me
Hello Amal
You should just remove the path as I did before the command, will be like :
>python -m venv my_env
thanks, Hajar that help me