Install script location in documentation is outdated
See original GitHub issue- I have searched the issues of this repo and believe that this is not a duplicate.
Issue
https://python-poetry.org/docs/master/#installation lists the following command:
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
When running it, I get this warning:
The canonical source for Poetry's installation script is now https://install.python-poetry.org. Please update your usage to reflect this.
The docs should be updated to point to the new URL.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
npm-outdated
Check for outdated packages. ... This command will check the registry to see if any (or, specific) installed packages are currently outdated.
Read more >Installing Python Modules (Legacy version) — Python 3.11.1 ...
How installation works. After the build command runs (whether you run it explicitly, or the install command does it for you), the work...
Read more >dotnet-install scripts - .NET CLI - Microsoft Learn
Specifies the installation path. The directory is created if it doesn't exist. The default value is %LocalAppData%\Microsoft\dotnet on Windows and $HOME/.dotnet ...
Read more >Use the newrelic-install script for PHP
The installer script location depends on how you installed the New Relic PHP agent. Via system package manager: The installation script is in...
Read more >Error Messages | Maps JavaScript API - Google Developers
Maps JavaScript API Error Codes for Developers and Site Owners ... Plan or Maps APIs for Work client ID included in the script...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Are there any plans to fix this anytime soon? Almost all Google searches on the installation of poetry point at that documentation, so most new users are going to install Poetry the “wrong” way. And if you’re trying to reinstall poetry like me, you might suddenly end up with two installations of poetry in different locations if you don’t pay attention.
Documentation now uses
https://install.python-poetry.org
for the installation instructions, so closing this.