question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Readme says `poetry self:update` instead of `poetry self update`

See original GitHub issue
  • I have searched the issues of this repo and believe that this is not a duplicate.

Issue

The updating poetry section of the README says that the command is poetry self:update but it’s actually poetry self update (no :): https://github.com/sdispater/poetry#updating-poetry

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
finswimmercommented, Dec 7, 2019

Hello @ric2b ,

thanks a lot for the reminder. This is definitely something we had to change with the 1.0 release. I’m not sure if it’s a good idea to do it know. I guess most people will have installed 0.12 before they are looking into the git. And there the syntax is correct.

Maybe we should include a note about the different syntax in the different versions 🤔 .

fin swimmer

0reactions
slhckcommented, Dec 12, 2019

@pawamoy That makes a lot of sense and is what is commonly done in other projects.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'poetry install' command fails; *.whl files are not found
So running poetry self update should fix it. Fixed issue: https://github.com/python-poetry/poetry/pull/4549. 1.1.12 poetry release: ...
Read more >
Introduction | Documentation | Poetry - Python dependency ...
Poetry is able to update itself when installed using the official installer. poetry self update. If you want to install pre-release versions, you...
Read more >
poetry 1.1.13 - PyPI
Updating poetry to the latest stable version is as simple as calling the self update command. poetry self update. If you want to...
Read more >
Python projects with Poetry and VSCode Part 1
We'll use Poetry to start a simple project, manage dependencies and ... to the latest stable version with the poetry self update command....
Read more >
Poetry: Finally an all-in-one tool to manage Python packages
poetry self update. Please note that you can install poetry using the traditional pip command but poetry will be limited to create virtual ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found