I am developing a project in Python and I want to include some own modules which are not on the regular Python search path and I want to add them. However, I want to do this
You can use
conda develop <directory>
This will write a conda.pth file to the environment's site-packages directory which will cause your directory to be added to the sys.path.
conda.pth
sys.path