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.

Support for editable installs

See original GitHub issue

Currently, we cannot convert a pip install -e .... to Pipfile’s format.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ericfrederichcommented, Sep 6, 2017

What about installing the project you’re working on as editable, like pip install --editable . would do? Is this possible?

1reaction
techalchemycommented, Jan 9, 2018

@exhuma 9.0.1 has been out for some time and editable installs have been supported via -e for some time

Read more comments on GitHub >

github_iconTop Results From Across the Web

Development Mode (a.k.a. “Editable Installs”) - Setuptools
An “editable installation” works very similarly to a regular install with pip install . , except that it only installs your package dependencies,...
Read more >
22.1: Editable installs for packages with extras & flit causes ...
Our dependencies are entirely managed within a pyproject.toml , with a small stub setup.py to help pip do an editable install.
Read more >
PEP 660 – Editable installs for pyproject.toml based builds ...
The editable installation mode implies that the source code of the project being installed is available in a local directory. Once the project ......
Read more >
How to install a package using pip in editable mode with ...
Consider using a build backend that supports PEP 660. I'm using this inside a conda environment, the following is my version of setuptools...
Read more >
Can we consider --editable a bad practice? - Red Hat Developer
Editable installs are editable versions of a specific package—they can be easily adjusted locally and there is no direct way of controlling what ......
Read more >

github_iconTop Related Medium Post

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