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.

  • [x ] I am on the latest Poetry version.
  • [ x] I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • Mac:
  • Latest:

Issue

Nushell got an update to 0.60 last month and as such the current activate.nu script does not work anymore (most notably, the syntax for if...else changed, but it got a complete rework). If you want I can support you there as well, I have a working version of the scripts now, but could not find the part in your repo that generates this.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
fellnersecommented, Apr 26, 2022

reinstalling did not work, but your last command worked like a charm!, thanks! just note that there is a typo in virtualenv

1reaction
abncommented, Apr 26, 2022

Did you try a reinstall of poetry via brew?

You need to upgrade the virtualenv version in the envrionment where poetry is installed. You can do it like this maybe.

$ cat $(which poetry) | head -n 1
#!/home/abn/.local/pipx/venvs/poetry/bin/python
$ /home/abn/.local/pipx/venvs/poetry/bin/python -m pip install --upgrade virtualenv
Read more comments on GitHub >

github_iconTop Results From Across the Web

Nushell 0.6x #5498
If an exception occurs when executing a command, I executed it again in debug mode ( -vvv option). Mac: Latest: Issue. Nushell got...
Read more >
Full Text Bug Listing
Summary: Review Request: rust-nu-stream - Nushell stream. Product: [Fedora] Fedora, Reporter: Michel Alexandre Salim <michel>.
Read more >
[Bug 2038736] Review Request: rust-nu-completions - Completions ...
Fedora Linux Package Review: [Bug 2038736] Review Request: rust-nu-completions - Completions for nushell.
Read more >
Override a transitive dependency's version : r/rust
I am using the ed25519-dalek and x25519-dalek crates, but they havn't been updated in a while. They depend on rand_core ^0.5, but 0.6.x...
Read more >
NetworkManager enterprise encryption (Eduroam style) works ...
Karsten, is arch using NM 0.6.x or its own scripts? ... [Short Tip] Accessing tabular nushell output for non-nushell commands ...
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