-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Sorry to ask a question in an issue, but I'm new to this and haven't had any luck asking in other places.
I'm trying to package a CLI app, and I want it to have a "site-wide" data file. In other words, I want to install it on a system, and whenever any user calls it, they'll be operating with the same set of data. I'll be doing this on Ubuntu Linux, so site_data_dir is /usr/local/share/MyApp. That's fine, but how do I get write permission to that directory?
Also, in the event that you had two installations of the same app in two different virtualenvs, wouldn't they be using the same directories and interfere with one another?
Again, terribly sorry for using your Issues page like a Q&A, I'm just thoroughly stuck...
Metadata
Metadata
Assignees
Labels
No labels