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.

Create a link command

See original GitHub issue

Create a pipenv --linkcommand that would be equivalent to pipenv shell && pip install -e . to make possible to run tests with tools such as pytest.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
kennethreitzcommented, Sep 7, 2017

Why not just $ pipenv install '-e .'?

0reactions
kennethreitzcommented, Sep 7, 2017

I think I’d like to encourage the use of -e . instead. So, closing. Thanks for the idea, though!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ln Command in Linux (Create Symbolic Links)
ln is a command-line utility for creating links between files. By default, the ln command creates hard links. To create a symbolic link,...
Read more >
The Complete Guide to Creating Symbolic Links (aka ...
You can create symbolic links using the mklink command in a Command Prompt window as Administrator. To open one, locate the “Command Prompt” ......
Read more >
Linux ln – How to Create a Symbolic Link in ... - freeCodeCamp
You use the ln command to create the links for the files and the -s option to specify that this will be a...
Read more >
mklink | Microsoft Learn
Reference article for the mklink command, which creates a directory or file symbolic or hard link.
Read more >
How to Create Linux Symlinks (Symbolic Links) - Hostinger
Create Symbolic Link in Linux for Files ... Generally, to create links use we use the ln command and the -s option to...
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