Thank you – this was very helpful. But now I’m stuck trying to install Django. Following the format indicated in the eResearch link, I entered the following in the command line:
conda install -n venv django==1.9.6
But receive the following error:
PackageNotFoundError: Package not found: ‘’ Package missing in current osx-64 channels:
You can search for packages on anaconda.org with
anaconda search -t conda django
What is the correct command I should enter? Thanks!