I have been using Anaconda Python with their virtual environments. I am
starting to look into Julia and would like to be able to use PyCall to call
in python code. I am using the virtual environments to manage different
projects/versions. My Base Python is fairly minimal, I install most
packages in the virtenvs, When I use PyCall and @pyimport, I seem to only
find packages in my base anaconda installation. Is there a clean way to
switch between different virtual environments when I am using Julia?