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: install an utility and have it ready to use after building

See original GitHub issue

Hi, I would like to use an utility like this one https://github.com/ericchiang/pup.

I install it without any problem using go get github.com/ericchiang/pup in postBuild.

But, it’s not ready to use, I must open a notebook and run:

! chmod +x /home/jovyan/go/bin/pup
! export PATH="/home/jovyan/go/bin:$PATH"

Thank you

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
betatimcommented, May 16, 2018

No, it hasn’t been deployed yet. I will try and get to it today.

1reaction
aborrusocommented, May 12, 2018

@betatim @choldgraf another related question.

If I add in the postBuild something like

npm install mapshaper --prefix /home/jovyan/bin

the path of the installed utility wiI be /home/jovyan/bin/node_modules/mapshaper.

If I install a go utility, in example using go get github.com/ericchiang/pup, the path of the utilty will be /home/jovyan/go/bin/pup.

A solution could be - having /home/jovyan/local/bin in the PATH - to add these rows in postBuild?

cd /home/jovyan/locale/bin
ln -s /home/jovyan/locale/bin/node_modules/mapshaper/bin/mapshaper mapshaper
ln -s /home/jovyan/go/bin/pup pup

Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature Request Process | Blackboard - Vanderbilt University
This process covers requests to turn on existing Blackboard features currently turned off; requests for new features via Blackboard building blocks; and ...
Read more >
How to know what and when to build features for your product
As soon as you know what features to build, you need to start prioritizing the features based on the feature requests submitted by...
Read more >
4 Essential Feature Request Prioritization Frameworks
Here are 4 frameworks to prioritize feature requests. ... The great thing about this approach is that it helps you put a price...
Read more >
Feature Request Template: How to Manage Suggestions at ...
A feature request is a user's attempt at coming up with a solution to a problem they encountered while using your product.
Read more >
Available features on demand | Microsoft Learn
Features on Demand (capabilities), introduced in Windows 10, are Windows feature packages that can be added at any time.
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