I am using my own environment called datascience in anaconda. When I found that I need the Geopandas package and installed it using conda install, the Geopandas package was installed in the "root environment". Is there any way to install packages directly to the environment or copying from the root environment to another?
Thanks!