Can I convince PyCharm to watch project files on an EncFS mount?
Asked Answered
B

1

9

I recently started using EncFS to secure my employer's code (in the event that my laptop is stolen). However, when I start PyCharm I now get the following warning (every time):

External file changes sync may be slow Project files cannot be watched (are they under network mount?)

The files are on a local mount. I imagine there is some overhead introduced by EncFS, but I would hope it is negligible. How can I convince PyCharm to stop worrying about it and treat them as local files?

(As a last resort, how can I stop this warning every time I start?)

Breena answered 24/12, 2013 at 11:21 Comment(1)
I get this error and I am not using EndFS.Pfeffer
S
1

This is an old post, but still:

According to the JetBrains Bug Tracker and the Canonical Bug Tracker you need to make <pyCharm>/bin/fsnotifier64 executable.

Stonebroke answered 11/9, 2015 at 16:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.