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.

Not quite sure how this would look (use pipenv whenever we prompt users to install something on their behalf?).

Fork of #301

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:21
  • Comments:30 (8 by maintainers)

github_iconTop GitHub Comments

15reactions
daisylbcommented, Dec 19, 2017

Just as a suggestion, it would be good if vsc could detect virtualenv that Pipenv creates, and use that for completion etc.

If it helps, pipenv --venv, prints the path to the virtualenv root, and pipenv --py prints the path to the Python binary. The former will exit 1 if it’s not inside a project that’s been set up with Pipenv, but the latter always exits 0 unfortunately.

1reaction
brettcannoncommented, Mar 9, 2018

And we have opened #1007 to make sure this specific bug isn’t a problem in the future.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pipenv: Python Dev Workflow for Humans — pipenv 2022.12 ...
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, ... Automatically loads .env files to support customization...
Read more >
Basic Usage of Pipenv - Read the Docs
Pipenv is a reference implementation for using Pipfile. ... pipenv uninstall supports all of the parameters in pipenv install, as well as two...
Read more >
pipenv · PyPI
Pipenv : Python Development Workflow for Humans. image CI image. Pipenv is a tool that aims to bring the best of all packaging...
Read more >
Configure a Pipenv environment | PyCharm Documentation
PyCharm supports environment variables, for example, PIPENV_VENV_IN_PROJECT . You can add PIPENV_VENV_IN_PROJECT=true to your ~/.profile, or ~/.
Read more >
pipenv Documentation - Read the Docs
Automatically adds/removes packages to a Pipfile when they are installed or uninstalled. • Automatically loads .env files to support ...
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