Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion source/content/faq/data_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,24 @@ You can find the current project data directory with the command `projects.dir`.
:::{tab-item} Windows

```
C:\Documents and Settings\<User>\Application Data\Local Settings\pylca\Brightway3
C:\Users\<User>\AppData\Local\pylca\Brightway3
```
For current user:
```
%LocalAppData%\pylca\Brightway3
```

:::

:::{tab-item} macOS

```
/Users/<User>/Library/Application Support/Brightway3
```
For current user:
```
~/Library/Application Support/Brightway3
```

:::

Expand All @@ -26,6 +35,10 @@ C:\Documents and Settings\<User>\Application Data\Local Settings\pylca\Brightway
```
/home/<User>/.local/share/Brightway3
```
For current user:
```
~/.local/share/Brightway3
```

:::

Expand Down