The NEURON installation adds python support using the PYTHONPATH global environmental variable. I use virtual environments to separate my projects but the PYTHONPATH NEURON was unfortunately adding itself to every environment I created. I want to develop projects and organize dependencies in an orderly way, so here we will remove this global environmental NEURON installation and create an isolated environment for it. I am using the NEURON simulation environment with Python 3.