Mon, 22 Aug 2016 16:39:13 +0530 Jay Patel <[email protected]>
> Hi Anton,
>
> what i did was:
> 1. mkdir /home/user/pyv2710
>
> 2. wget http::/url-to-py-2.7.10.tgz
>
> 3. extract tar
>
> 4. ./configure --prefix=$HOME/user/pyv2710 && make && make install
>
> now used this installed binary with virtualenv
>
> 5. virtualenv -p $HOME/user/pyv2710/bin/python2.7 venv
>
> Regards,
>
> Jay
>
>
> On Mon, Aug 22, 2016 at 3:03 PM, <[email protected]> wrote:
>
> > Mon, 22 Aug 2016 13:19:07 +0530 Jay Patel <[email protected]>
> > > Hi .. solution fron John works fperfect with OpenBSD 5.9 :D
> > >
> > > On Mon, Aug 22, 2016 at 1:57 AM, <[email protected]> wrote:
> > >
> > > > Wed, 17 Aug 2016 11:06:30 +0530 Jay Patel <[email protected]>
> > > > > Thanks scott. I will look into it. I found john's solution easy
> > though.
> > > >
> > > > Well, search for the tools that allow you the language environment
> > > > setup rather then demand that from the operating system, until you
> > > > find that language operating system aware enough to implement main
> > > > security mitigation measures on top of CPU features. Good luck!!!
> > > >
> > > > I.E. Try the environment setup in your $HOME for your chosen lang.
> > > >
> >
> > Hi Jay,
> >
> > It seems that post is either missing or unclear, are you referring to
> > pyenv, virtualenv, or some other method, please specify or post link.
> >
> > Kind regards,
> > Anton
> >
Hi Jay,
Very well, that's what I figured you would've done (virtualenv direct)
too. I'd have proceeded very similarly and wanted it for the archives
as a reusable tip for others should they need it, thanks for replying.
If there'd be a better ('pythonic' here) lang specific way to proceed,
using pkg_tols, anyone have that, please add something to this thread?
Kind regards,
Anton