hi kasper.
thanks for answer, my aim is to install django but when i try to make it i get this error 'prog>python -m install django
Unable to create process using 'C:\Users\KALINGA Gregory\AppData\Local\Programs\Python\Python39\python.exe -m install django'
here now i don't know what to do after
On Wednesday, December 2, 2020 at 1:05:13 AM UTC+3 Kasper Laudrup wrote:
Hi Kalinga,
On 01/12/2020 22.49, Gregory kalinga wrote:
> I faced a problem in installing django. It tells me unable to create
> process using 'C:\Users\KALINGA
> Gregory\Desktop\prog\project-name\scripts\python.exe -m pop install
> Django'. I do not know what to do then, am asking for help
>
You will have a much better chance of getting help in the future if you
try to include some more details in your question.
Remember, no one here has any idea what you are trying to achieve, what
your setup is, what errors you are getting etc.
In this case though, it seems like it's a simple typo. It should be
"pip" not "pop", so:
"python -m pip install Django"
This is referring to the Package Installer for Python btw.:
https://pypi.org/project/pip/
Which you most likely want to learn about sooner or later.
Best of luck learning Python (and Django).
Kind regards,
Kasper Laudrup
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/7b44d24e-fa52-47f4-aabf-8839cac1a6b2n%40googlegroups.com.
No comments:
Post a Comment