Do you have Python installed?
On Saturday, August 6, 2016 at 11:03:06 AM UTC-5, owen wrote:
>
> I downloaded Django recently and I have all the necessary files (Or at least
> I think I do )
>
>
> However when I try to set up a project through this line of code:
>
>
> $ django-admin startproject m
1. Type "python" in your terminal and if it open ups Python interpreter
that means path is setup for Python.
2. If confirmed that Python is installed you might want to install
setuptools.
3. With setuptools a small app "pip" which is programmed to bring packages
upon request from pypi or Djangopr
Is it in your path?
> On Aug 6, 2016, at 11:42 AM, owen wrote:
>
> I downloaded Django recently and I have all the necessary files (Or at least
> I think I do )
>
> However when I try to set up a project through this line of code:
>
> $ django-admin startproject mysite
>
> In the command p
3 matches
Mail list logo