home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
823ac89
)
Call pip instead of pip3
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 28 Feb 2021 16:23:26 +0000
(11:23 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 28 Feb 2021 16:23:26 +0000
(11:23 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
abcaefb
..
e9a12f6
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-80,10
+80,10
@@
pkgs_ubuntu_debfiles: list pkgs-ubuntu-debfiles.list
# PIP
#
pkgs_pip_install:
- pip
3
install --user $(shell ./list pkgs-pip.list)
+ pip install --user $(shell ./list pkgs-pip.list)
pkgs_pip_upgrade:
- pip
3
install --user --upgrade $(shell ./list pkgs-pip.list)
+ pip install --user --upgrade $(shell ./list pkgs-pip.list)
#
# Rust (cargo)
This page took
0.031393 seconds
and
4
git commands to generate.