Advertisement
Guest User

Untitled

a guest
Feb 10th, 2021
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. hello, can anybody tell me how to fix this error:
  2. "WARNING: You are using pip version 20.3; however, version 21.0.1 is available." ?
  3. im running nixos-21.03pre268835.8c8731330b5 and this is my config for the system-wide python setup:
  4. environment.systemPackages = let
  5. myPythonPackages = pythonPackages: with pythonPackages; [
  6. pip ...
  7. ];
  8. in with pkgs; [
  9. (python3.withPackages myPythonPackages)
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement