win django

C:\Users\nikotto>pip install vertiualenv
Collecting vertiualenv
  Could not find a version that satisfies the requirement vertiualenv (from versions: )
No matching distribution found for vertiualenv

C:\Users\nikotto>pip install virtualenv
Collecting virtualenv
  Downloading https://files.pythonhosted.org/packages/b6/30/96a02b2287098b23b875bc8c2f58071c35d2efe84f747b64d523721dc2b5/virtualenv-16.0.0-py2.py3-none-any.whl (1.9MB)
    100% |████████████████████████████████| 1.9MB 2.1MB/s
Installing collected packages: virtualenv
  The script virtualenv.exe is installed in 'c:\users\nikotto\appdata\local\programs\python\python37-32\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed virtualenv-16.0.0

C:\Users\nikotto>cd Documents

C:\Users\nikotto\Documents>virtualenv env1  
Using base prefix 'c:\\users\\nikotto\\appdata\\local\\programs\\python\\python37-32'
New python executable in C:\Users\nikotto\Documents\env1\Scripts\python.exe
Installing setuptools, pip, wheel...done.



C:\Users\nikotto\Documents\env1>Scripts\activate

(env1) C:\Users\nikotto\Documents\env1> pip install django
Collecting django
  Downloading https://files.pythonhosted.org/packages/ab/15/cfde97943f0db45e4f999c60b696fbb4df59e82bbccc686770f4e44c9094/Django-2.0.7-py3-none-any.whl (7.1MB)
    100% |████████████████████████████████| 7.1MB 1.3MB/s
Collecting pytz (from django)
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
    100% |████████████████████████████████| 512kB 2.2MB/s
Installing collected packages: pytz, django
Successfully installed django-2.0.7 pytz-2018.5

(env1) C:\Users\nikotto\Documents\env1>

連絡こないなぁ、、

/* -----codeの行番号----- */