SO edit your path so that anaconda is first on the path before /usr/local/bin and /usr/bin Test by running which python You should get /Users/mark/anaconda3/bin/python If a 2 rather than 3 you have python2,7 and I would switch to 3. You have a mix of pythons on your machine. A video I am watching recommends installing virtualenvwrapper so I just tried this, following these instructions: and I first ran pip install virtualenvwrapper which seemed to work fine. I want to install Django but it first recommends a virtualenv / virtualenvwrapper. I'm a bit of a newbie to Python and definitely to virtual environments and Django. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. We use cookies for various purposes including analytics.
Under PIP, VIRTUALENV + VIRTUALENVWRAPPER subtitle, it says And now setup. Apologies if this is a basic question: I have been trying to setup Python on my laptop by following the tutorial here.