no pip3 after intall python3 package
#1
Thu, 2016-03-03 15:47
changsijay
-
- Offline
- 2 years 3 weeks ago
- 2016-03-03
I installed python3
by apk add python3
.
I checked below link:
https://pkgs.alpinelinux.org/package/main/x86_64/python3
it should contain /usr/bin/pip3
, but why I can not find it on my system?
Same problem for me.
Weird part is that i have old Dockerfile where i were just doing "FROM alpine:edge ... RUN apk --update python3" and after that i was able to use pip3, but not anymore. Any help welcome.