Re: pip for python3.4

2015-10-17 Thread jungle Boogie
On 17 October 2015 at 08:58, Joseph Oficre wrote: > Hello! > How can i install pip for 3.4 python? I want to set up virtualenv and > stuff, but in packages just 2.7 version. > I've found out that pip3 can be installed from ports, but i want easy way > solution without ports. Is it possible or port

Re: pip for python3.4

2015-10-17 Thread Josh Grosse
On Sat, Oct 17, 2015 at 06:58:44PM +0300, Joseph Oficre wrote: > Hello! > How can i install pip for 3.4 python? I want to set up virtualenv and > stuff, but in packages just 2.7 version. > I've found out that pip3 can be installed from ports, but i want easy way > solution without ports. Is it poss

Re: pip for python3.4

2015-10-17 Thread Gregor Best
On Sat, Oct 17, 2015 at 06:58:44PM +0300, Joseph Oficre wrote: > [...] > How can i install pip for 3.4 python? I want to set up virtualenv and > stuff, but in packages just 2.7 version. > [...] The package you're looking for is called py3-pip. -- Gregor

Re: pip for python3.4

2015-10-17 Thread Francisco Valladolid H.
Hello. Install via packages: $ sudo pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.7/packages/amd64/py3-pip-1.5.6.tgz Regards On Sat, Oct 17, 2015 at 10:58 AM, Joseph Oficre wrote: > Hello! > How can i install pip for 3.4 python? I want to set up virtualenv and > stuff, but in packages just 2.

Re: pip for python3.4

2015-10-17 Thread Joseph Oficre
Lmao, thank you guys, im so sorry, was lookin for py-* packages, my fault! Ty a lot! 2015-10-17 19:16 GMT+03:00 Josh Grosse : > On Sat, Oct 17, 2015 at 06:58:44PM +0300, Joseph Oficre wrote: > > Hello! > > How can i install pip for 3.4 python? I want to set up virtualenv and > > stuff, but in pac