John deere m653 parts diagram

broken image

Installing setuptools.done.Ĭ:\testdjangoproj\mysite>source venv/bin/activate New python executable in venv\Scripts\python.exeįile venv\Lib\distutils\distutils.cfg exists with different content not overwri Using real prefix 'C:\\Program Files (x86)\\Python' The -no-site-packages flag is deprecated it is now the default behavior. I'm on python 7 / windows os, virtual env 2.2.xįinished processing dependencies for virtualenvĬ:\testdjangoproj\mysite>virtualenv -no-site-packages venv I'm thinking it might just have to do with my system path, but not sure what to point it to (I do know how to edit the path). Everything looks good, then I try to activate it by running source venv/bin/activate You can see below, I create the virtualenv and call it venv. It might just be syntax or folder location, but I am stumped right now.

broken image

I created a virtualenv around my project, but when I try to activate it I cannot.

broken image