Re: Unable to setup Django

2017-12-08 Thread Mike Dewhirst
Power shell is unnecessary. I'm not sure but I think it gives you privileges you don't want while developing. Anyway, find where activate.bat is and cd to the dir above the Scripts dir and enter ... $>scripts\activate And cross your fingers :) Connected by Motorola Nav Pat wrote: >So Im t

Unable to setup Django

2017-12-08 Thread Nav Pat
So Im trying to activate virtual environment but its not happening. I type "venv\Scripts\activate" into my powershell and out comes : "venv\Scripts\activate : The module 'venv' could not be loaded. For more information, run 'Import-Module venv'. At line:1 char:1 + venv\Scripts\activate + ~~