pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Install pip3



> How to install pip3 on macos? `bmake -C devel/py-pip install` installs py27-pip.
> 
> NetBSD Problem Report #49694[0] suggests[1] to use pkg_alternatives
> for this. I can't find any good documentation on how to use it for
> this use case.
> 
> I'm a complete novice with pkgsrc. Read pkg_alternatives manpage but
> didn't get how to use it without installing devel/py-pip first.
> 
> Thanks,
> Hamza

I guess you are looking for

cd devel/py-pip
bmake install PYTHON_VERSION_DEFAULT=36

Right? :)

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index