Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
e1344efd
Unverified
Commit
e1344efd
authored
Jun 05, 2023
by
Riccardo Albertazzi
Committed by
GitHub
Jun 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update poetry config dir on macos (#8062)
parent
061e4fe8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/configuration.md
+2
-2
No files found.
docs/configuration.md
View file @
e1344efd
...
...
@@ -15,7 +15,7 @@ Poetry can be configured via the `config` command ([see more about its usage her
or directly in the
`config.toml`
file that will be automatically created when you first run that command.
This file can typically be found in one of the following directories:
-
macOS:
`~/Library/
Preferences
/pypoetry`
-
macOS:
`~/Library/
Application Support
/pypoetry`
-
Windows:
`%APPDATA%\pypoetry`
For Unix, we follow the XDG spec and support
`$XDG_CONFIG_HOME`
.
...
...
@@ -123,7 +123,7 @@ Poetry uses the following default directories:
-
Linux:
`$XDG_CONFIG_HOME/pypoetry`
or
`~/.config/pypoetry`
-
Windows:
`%APPDATA%\pypoetry`
-
MacOS:
`~/Library/
Preferences
/pypoetry`
-
MacOS:
`~/Library/
Application Support
/pypoetry`
You can override the Config directory by setting the
`POETRY_CONFIG_DIR`
environment variable.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment