Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curl (or sbt) should be included in the nix default environment #127

Open
smurching opened this issue Aug 31, 2017 · 1 comment
Open

curl (or sbt) should be included in the nix default environment #127

smurching opened this issue Aug 31, 2017 · 1 comment

Comments

@smurching
Copy link
Collaborator

When trying to build tensorframes (e.g. ./build/sbt distribution/compile) within the default nix shell, sbt tries to download itself using curl, which fails as curl is not installed by default.

Adding curl as a dependency in default.nix may fix this issue.

@smurching
Copy link
Collaborator Author

For now, a workaround is to install curl in the nix environment via the following steps:

  1. Add apt to your path by running $ export PATH=$PATH:/usr/bin
  2. Install curl via $ sudo apt install curl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant