Git Product home page Git Product logo

Comments (4)

benley avatar benley commented on May 2, 2024 2

The thing is, NixOS does set PATH reasonably. It just doesn't embed its default PATH into /bin/bash like other distros.

from subpar.

benley avatar benley commented on May 2, 2024 1

A bit more digging:

Debian and Ubuntu and various other distros have a default value for PATH hardcoded into bash and/or libc. Not all distributions do that. Subpar's build is assuming that Python will be found in the PATH that is hardcoded into the shell, which isn't a great assumption.

from subpar.

duggelz avatar duggelz commented on May 2, 2024

This error is actually coming from Bazel, not Subpar. I see a number of other issues filed for Bazel + NixOS so I'm not too surprised.

There relevant code is here: https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/bazel/rules/python/stub_template.txt

If NixOS isn't going to set PATH reasonably, or set it differently than other distros, then it might need a completely separate configuration in Bazel (i.e. Linux, Windows, Darwin, Android, ... Nix).

from subpar.

benley avatar benley commented on May 2, 2024

But you are right - this isn't necessarily a subpar bug.

from subpar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.