Andrew-NCT

Results 2 comments of Andrew-NCT

The `.pth` file is ```python import __editable___myproj_1_finder; __editable___myproj_1_finder.install() ``` which corresponds to a file `__editable___myproj_1_finder.py` which seems to be created by Python by default. At the top if it it...

I installed it in compat mode, so now the `__editable__.myproj-1.pth` file is ```C:\Users\Andrew\Code\Project``` However, nothing has changed, as I'm pretty sure the Project directory is already automatically in the path....