From 748589bf60feb00f54c325503e87771754bdc044 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sun, 13 Aug 2017 12:20:36 +0200 Subject: python36: remove symlink to pip Symbolic links were added pointing to the executables that end with 3 as part of the Python 2 to 3 migration. At some point I disabled ensurepip but forgot to remove this symbolic link. --- pkgs/development/interpreters/python/cpython/3.6/default.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'pkgs/development/interpreters') diff --git a/pkgs/development/interpreters/python/cpython/3.6/default.nix b/pkgs/development/interpreters/python/cpython/3.6/default.nix index 7e05a0ce61c9f..0b0f9c8be6ab8 100644 --- a/pkgs/development/interpreters/python/cpython/3.6/default.nix +++ b/pkgs/development/interpreters/python/cpython/3.6/default.nix @@ -125,7 +125,6 @@ in stdenv.mkDerivation { # Use Python3 as default python ln -s "$out/bin/idle3" "$out/bin/idle" - ln -s "$out/bin/pip3" "$out/bin/pip" ln -s "$out/bin/pydoc3" "$out/bin/pydoc" ln -s "$out/bin/python3" "$out/bin/python" ln -s "$out/bin/python3-config" "$out/bin/python-config" -- cgit 1.4.1