Directories
Workspace¶
Path where all application data is stored.
This is a special variable that can be overriden at runtime and is dynamic if unset
| System | Path |
|---|---|
| Linux | ~/.local/share/Vendor |
| Windows | C:\Users\User\AppData\Local\Vendor |
| MacOS | ~/Library/Application Support/Vendor |
| Custom | $WORKSPACE |
Common¶
Subdirectory of the Workspace to use for all Pyaket files.
Versions¶
Subdirectory of the Workspace to install virtual environments.
| System | Path |
|---|---|
| Linux | ~/.local/share/Vendor/Versions |
| Windows | C:\Users\User\AppData\Local\Vendor\Versions |
| MacOS | ~/Library/Application Support/Vendor/Versions |
| Custom | $WORKSPACE/Versions |