Python: Difference between revisions

imported>Alandelgadoduran
No edit summary
imported>Tobias.bora
#with is outdated
Line 286: Line 286:
</syntaxhighlight>
</syntaxhighlight>


Or use a single command based on nix' flakes feature.
Or use a single command based on nix' flakes feature (if you have flake installed, just run the command <code>nix-run ...</code>).
<syntaxhighlight lang="shell">
<syntaxhighlight lang="shell">
# nix.extraOptions = ''  experimental-features = nix-command flakes    '';
# nix.extraOptions = ''  experimental-features = nix-command flakes    '';
nix-shell -p nixFlakes --run "nix run github:davhau/mach-nix#with.ipython.geopandas --show-trace "
nix-shell -p nixFlakes --run "nix run github:davhau/mach-nix#gen.python.pillow.numpy.requests --show-trace "
</syntaxhighlight>
</syntaxhighlight>