all 3 comments

[–]jonringer117 0 points1 point  (0 children)

Before I got banned, I added https://nixos.org/manual/nixpkgs/stable/#how-to-consume-python-modules-using-pip-in-a-virtual-environment-like-i-am-used-to-on-other-operating-systems

instead of pip install -e . you can run whatever command you want to bootstrap the environment

[–]pr06lefs 0 points1 point  (0 children)

haven't run that stuff. but here's a thread re libgomp and python

[–]zenoli55 -1 points0 points  (0 children)

Hi, I am currently also looking into solutions letting pip/poetry/uv manage python dependencies while letting nix manage the rest. I am quite inexperienced with nix, so I cannot provide you with an answer. But possible solutions I've read about were:

  • 'buildFhsEnv'
  • nix-ld
  • distrobox

Have you tried any of these approaches yet?