I'm creating a Django web app and using Conda to manage the required packages and virtual environment. I want to set an environmental variable (the Django settings location) as soon as I activate the environment. It should also change the current directory to my project directory.
I previously used virtualenvwrapper and I just added the commands to the postactivate script.
How can I achieve this using Conda?