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
ef89e90f
Commit
ef89e90f
authored
Jan 03, 2023
by
Bjorn Neergaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update for get-poetry.py removal
parent
47a329b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
docs/_index.md
+11
-5
No files found.
docs/_index.md
View file @
ef89e90f
...
...
@@ -46,9 +46,13 @@ The script can be executed directly (i.e. 'curl python') or downloaded and then
(e.g. in a CI environment).
{{% warning %}}
The previous
`get-poetry.py`
and
`install-poetry.py`
installers are deprecated. Any installs performed
using
`get-poetry.py`
should be uninstalled and reinstalled using
`install.python-poetry.org`
to ensure
in-place upgrades are possible.
The
`get-poetry.py`
installer has been deprecated and removed. If you installed
Poetry using
`get-poetry.py`
, please uninstall (as documented in the relevant
step below), and then follow these installation instructions.
The previous
`install-poetry.py`
script as included in the Poetry repository
is deprecated and frozen. Please migrate to the standalone version described
above, as the in-tree version is
[
scheduled to be removed
](
https://github.com/python-poetry/poetry/issues/6676
)
.
{{% /warning %}}
**Linux, macOS, Windows (WSL)**
...
...
@@ -182,11 +186,13 @@ curl -sSL https://install.python-poetry.org | POETRY_UNINSTALL=1 python3 -
```
{{% warning %}}
If you installed using the deprecated `
get-poetry.py
` script, you should
use it to uninstall instead:
If you installed using the deprecated `
get-poetry.py
` script, you should
remove the path it uses manually, e.g.
```bash
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - --uninstall
rm -rf "${POETRY_HOME:-~/.poetry}"
```
Also remove ~/.poetry/bin from your `
$PATH
` in your shell configuration, if it is present.
{{% /warning %}}
{{< /step >}}
...
...
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