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.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 ports is only way?
>



-- 
Francisco Valladolid H.
 -- http://blog.bsdguy.net - Jesus Christ follower.



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 ports is only way?

I have not tried this on openBSD but probably would work:
https://bootstrap.pypa.io/get-pip.py



-- 
---
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si



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 possible or ports is only way?
 
Are you looking for the py3-pip package?  It's been in the standard 
package build since May of 2014.  



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 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 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 ports is only way?
>
> Are you looking for the py3-pip package?  It's been in the standard
> package build since May of 2014.



pip for python3.4

2015-10-17 Thread Joseph Oficre
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 ports is only way?