no pip3 after intall python3 package

2 posts / 0 new
Last post
#1 Thu, 2016-03-03 15:47
changsijay
  • changsijay's picture
  • Offline
  • Last seen: 2 years 3 weeks ago
  • Joined: 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?

Wed, 2016-03-09 00:35
SRG
  • SRG's picture
  • Offline
  • Last seen: 1 year 11 months ago
  • Joined: 2016-03-09

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.

Log in or register to post comments