File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ pydoc3
138
138
python2
139
139
python3
140
140
pypy
141
+ pypy3
141
142
pyvenv-3. [45 ]
142
143
qemu-kvm
143
144
qemu-system-i386
Original file line number Diff line number Diff line change @@ -566,6 +566,7 @@ CLEANFILES = \
566
566
pxz \
567
567
pydoc3 \
568
568
pypy \
569
+ pypy3 \
569
570
python2 \
570
571
python3 \
571
572
pyvenv-3.4 \
@@ -867,7 +868,7 @@ symlinks: $(targetdir) $(DATA)
867
868
rm -f $(targetdir ) /$$ file && \
868
869
$(LN_S ) pydoc $(targetdir ) /$$ file ; \
869
870
done
870
- for file in pypy python2 python3 ; do \
871
+ for file in pypy pypy3 python2 python3 ; do \
871
872
rm -f $(targetdir ) /$$ file && \
872
873
$(LN_S ) python $(targetdir ) /$$ file ; \
873
874
done
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ _python()
54
54
55
55
return 0
56
56
} &&
57
- complete -F _python python python2 python3 pypy
57
+ complete -F _python python python2 python3 pypy pypy3
58
58
59
59
# ex: ts=4 sw=4 et filetype=sh
You can’t perform that action at this time.
0 commit comments