-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Poetry configuration for install-poetry.py
python-poetry/poetry#3706 Poetry has a new install script, install-poetry.py, which alters the requirements for adding Poetry to `$PATH`. One simple way to add Poetry to `$PATH` is to `export PATH=$HOME/.local/bin:$PATH`, which adds the ~/.local/bin directory (it's also used by pipx, so it's a good option) to `$PATH`, then `export POETRY_HOME=$HOME/.local`, which tells Poetry to install itself into the ~/.local/bin directory.
- Loading branch information
1 parent
ff946b1
commit 1d8eee0
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters