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.

Install and update dependencies on first run or each command

See original GitHub issue

In a clean environment there are many dependencies needed for tools. If neo is the entry to tools it should ensure all deps are installed as per the requirements for the version of tools. Initially this is just something like pip install -U -r requirements.txt but forward looking should install in a venv at the program level or system level depending on how tools are distributed.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
sg-commented, Apr 7, 2016

There is no question this should be in a venv. neo should create it, enter and install deps.

0reactions
screamerbgcommented, May 21, 2016

PR now accepted

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Install and Correct Dependencies Issues in Ubuntu
First, we would need to install a libpython2.7-minimal package/dependency. We can run this command to accomplish this.
Read more >
Dependency Management with Pip, Python's Package Manager
pip install –upgrade pip. The pip command installs packages and their dependencies from PyPI (Python Package Index) by default:.
Read more >
How to update each dependency in package.json to the latest ...
Simply change every dependency's version to * , then run npm update --save . ... It will list any installed dependencies that have...
Read more >
How to install dependencies with apt? - Linux Hint
You can run an apt command to update all the packages on your system. This is generally considered good, precautionary practice before proceeding...
Read more >
How to Update NPM Dependencies - freeCodeCamp
This command will check every installed dependency and compare the current version with the latest version in the npm registry. It is printed ......
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