Skip to content

Blacklist common virtualenv folders by default #129

@tvst

Description

@tvst

We should blacklist the folders below from being watched by Streamlit. This would fix the issue where some people hit the inotify watch limit when running Streamlit from a weird working directory.

  • */.virtualenv
  • */.venv
  • */anaconda3
  • */anaconda2
  • */miniconda3
  • */miniconda2
  • Actually let's blacklist every hidden folder: .*

See also the config option server.folderWatchBlacklist. For this fix, you can probably use the same mechanism this config option uses.

Metadata

Metadata

Assignees

Labels

type:enhancementRequests for feature enhancements or new features

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions