You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: