In this article I’m going to show you how to declare persistent environment variables in Python Virtual Environments with python-dotenv.
Articles on virtual-environment
My Anaconda Workflow: Python environment and package management made easy
By Martin Uribe on 24 July 2018
in this article martin provides an easy-to-follow reference guide of his anaconda workflow. he uses this to make his life easier managing the his python environment and package dependencies. and to great avail as you will soon discover. not only will you learn the basics of the powerful conda tool, he also goes into more depth on the more niche/advanced features like using alternate channels, distributing and cloning environments, updating anaconda, and setting environment variables. warning: this might get you on anaconda, and if you are already you probably want to keep this one nearby for reference.