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.

be able to specify the path to pipenv

See original GitHub issue

As of https://github.com/pypa/pipenv/issues/1474 (in 11.1.2), pipenv added support for -m execution (although there are other issues on Windows currently preventing me from verifying that it works). Once we can verify this works, we can then change our commands to use python -m pipenv and thus work on Windows more easily.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
brettcannoncommented, Apr 26, 2018

And if we choose not to do this then we should provide a setting for specifying the path to pipenv.

0reactions
DonJayamannecommented, Jan 11, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure a Pipenv environment | DataSpell Documentation
At any time you can alter the specified path to the pipenv executable in the project settings. In the Settings ...
Read more >
Basic Usage of Pipenv - Read the Docs
Specify your target Python version in your Pipfile 's [requires] section. Ideally, you should only have one target Python version, as this is...
Read more >
Manage the path to the venv for pipenv - Stack Overflow
Yes, it is possible by setting environment variables. You can set a path for virtual environments via the WORKON_HOME .
Read more >
pipenv install --target /path/to/my/virtualenv/folder #746 - GitHub
Hey @foxmask, you can set the PIPENV_VENV_IN_PROJECT environment variable to have pipenv place the .venv directory inside your project rather than with the ......
Read more >
Pipenv & Virtual Environments
Installing Pipenv¶ ; pipenv isn't available in your shell after installation, you'll need to add the user base's binary directory to your ;...
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