<prusnak>
let myPython = python3.withPackages(ps: with ps; [ foo bar ]);
<prusnak>
tak to robim ja väčšinou
<b42>
hexo: nix-shell -p "python3.withPackages (ps: [ ps.pyzmq ])" --run "python3 -c 'import zmq; print(zmq.VERSION)'" mi funguje - co pak delas s python3Full-with-my-packages?