I was wondering how everyone was managing the PATH in Windows! I'm aware there was some talk of pip installing the module (but would require a setup.py), and I also looked at sys.append() for the project root, but I'm aware there are other options such as .pth files.
My current favourite approach is using conda-build and doing "conda develop src" when creating my conda environment, but this is obviously mixing pip/conda and probably not ideal.
I was wondering how everyone was managing the PATH in Windows! I'm aware there was some talk of pip installing the module (but would require a setup.py), and I also looked at sys.append() for the project root, but I'm aware there are other options such as .pth files.
My current favourite approach is using conda-build and doing "conda develop src" when creating my conda environment, but this is obviously mixing pip/conda and probably not ideal.