Displaying 3 results from an estimated 3 matches for "libbitcoin".
2017 Mar 04
2
Python search path
Hello,
Working on a project to create clean spec files for libbitcoin for
CentOS 7 (and eventually I want them to work in Fedora 25+ too)
These spec files must work with the user defines an alternate %{_prefix}
before building them.
This means that python components would be installed in /opt/libbitcoin
(or whatever) instead of in /usr so %{python2_sitelib} and...
2017 Mar 04
1
Python search path
...So you want to build something independent of the system python? Is
> virtualenv and / or anaconda interesting here?
>
> On 4 March 2017 at 17:36, Alice Wonder <alice at domblogger.net> wrote:
>
>> Hello,
>>
>> Working on a project to create clean spec files for libbitcoin for CentOS
>> 7 (and eventually I want them to work in Fedora 25+ too)
>>
>> These spec files must work with the user defines an alternate %{_prefix}
>> before building them.
>>
>> This means that python components would be installed in /opt/libbitcoin
>> (...
2017 Mar 04
0
Python search path
So you want to build something independent of the system python? Is
virtualenv and / or anaconda interesting here?
On 4 March 2017 at 17:36, Alice Wonder <alice at domblogger.net> wrote:
> Hello,
>
> Working on a project to create clean spec files for libbitcoin for CentOS
> 7 (and eventually I want them to work in Fedora 25+ too)
>
> These spec files must work with the user defines an alternate %{_prefix}
> before building them.
>
> This means that python components would be installed in /opt/libbitcoin
> (or whatever) instead of in /...