If I were using a virtualenv, I would activate my project\'s virtual environment then install the package I am developing in develop mode. Something like the following:
Activate the environment int which the package is to be installed
conda activate [environment]
Install the package
conda install [package]