pipethon
This commit is contained in:
parent
29ffaf7359
commit
39f102602d
3 changed files with 117 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
calc = "${pkgs.python313}/bin/python -i ${pkgs.writeText "init.py" ''
|
||||
calc = "${pkgs.custom.pipethon}/bin/python -i ${pkgs.writeText "init.py" ''
|
||||
import sys
|
||||
sys.path.append("${../../scriptlib}")
|
||||
sys.path.append("${pkgs.python313Packages.numpy}/lib/python3.13/site-packages/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue