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.

Spawns a shell within the virtualenv

See original GitHub issue

It would be nice to have a command poetry shell that acts like pipenv shell, instead of having to source ~/.cache/pypoetry/…/bin/activate.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
cauebscommented, Jun 29, 2018

poetry shell is now available in version 0.11

3reactions
bertjwregeercommented, May 23, 2018

poetry run <your shell binary here>?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Run command after spawning Poetry Shell - Stack Overflow
Probably you want to run a python script using the poetry virtual environment. In that case, I think you should be using simple...
Read more >
Pipenv: Python Dev Workflow for Humans - Read the Docs
shell will spawn a shell with the virtualenv activated. run will run a given command from the virtualenv, with any arguments forwarded (e.g....
Read more >
pipenv Documentation - manpages.ubuntu!
shell will spawn a shell with the virtualenv activated. • run will run a given command from the virtualenv, with any arguments forwarded...
Read more >
VS Code and poetry - openQA bites
Here you can see the path to the virtualenv - look at the line starting with Spawning shell within . Use this path...
Read more >
Pipenv: Python Dev Workflow for Humans — pipenv 2018.7.1 ...
graph will show you a dependency graph of your installed dependencies. · shell will spawn a shell with the virtualenv activated. · run...
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