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.

feature request re: run

See original GitHub issue

It used to be the case that you could do: pipenv run python myscript.py

And it would run the script in the correct virtualenv. However, now it will run it outside the virtualenv, causing imports to fail.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:28 (18 by maintainers)

github_iconTop GitHub Comments

2reactions
nonylenecommented, Sep 9, 2017

FYI: We can use os.execlp without parsing which output 😃 https://docs.python.org/3.6/library/os.html#os.execlp

0reactions
Diggseycommented, Sep 9, 2017

You don’t, but a lot of software already depends on it being there - both programs which use utilities like where.exe, and also anything that links to DLLs from that location, since on windows PATH is used for loading shared libraries too.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature Request: Re-run script on failed objects. - Forum - Network ...
I just ran a script on all of our cisco devices to update the banner. It failed on about 15. I have resolved...
Read more >
Feature Request: Rerun test manually · Issue #2781 - GitHub
I am troubleshooting a specific test (IntelliJ) and want to rerun it manually (e.g. to see different log outputs that are generated) without ......
Read more >
Feature Request - Re-run Job - Carbide Motion - Carbide 3D ...
I know this has been suggested a few times, but I think it would be a HUGE upgrade to add one more button...
Read more >
Feature request: Re-run last context – ReSharper Support
This is a key feature e.g. when you are writing tests for a unit of work and want to re-run new tests in...
Read more >
Cloud Feature Requests | CircleCI Ideas - Canny
The request is to have a way to rerun a job with SSH such that anyone with access to the repo can have...
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