summary refs log tree commit diff
path: root/pkgs/development/interpreters
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-08-13 12:20:22 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-13 12:22:54 +0200
commit53d2838f27ce504e154dfbd079c259c4c372daab (patch)
tree11acfcd254cc61fe54f04b0dedde78b391ae17b9 /pkgs/development/interpreters
parent3b56edae94f3ea1b87852b52a4667411d060f592 (diff)
downloadnixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar.gz
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar.bz2
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar.lz
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar.xz
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.tar.zst
nixlib-53d2838f27ce504e154dfbd079c259c4c372daab.zip
python35: 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.
Diffstat (limited to 'pkgs/development/interpreters')
-rw-r--r--pkgs/development/interpreters/python/cpython/3.5/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/cpython/3.5/default.nix b/pkgs/development/interpreters/python/cpython/3.5/default.nix
index 32bc0e22d1da..1b71dba42c41 100644
--- a/pkgs/development/interpreters/python/cpython/3.5/default.nix
+++ b/pkgs/development/interpreters/python/cpython/3.5/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"