Live data from Hacker News

Viewing profile — ehremo

ehremo

HN member
Joined
Tue, Sep 30, 2014, 1:57 PM UTC
HN karma
6
Public activity
7 items

About ehremo

No profile information was provided.

Recent public activity

  1. comment
    Comment #9783370

    Yes I have sometimes wondered about that. In fact another aspect of npm which I don't get is if you have multiple "instances" of a library (e.g. different versions, or even two cop…

  2. comment
    Comment #9783243

    A caveat of the approach is that you must run the script from the project's folder. This is apparently an unacceptable limitation for some people, judging by the responses to the a…

  3. comment
    Comment #9783204

    But you may want to keep 3 installation levels: global, per-user and per-project. If you use the second to achieve the third, then you no longer have the second.

  4. comment
    Comment #9779393

    Actually I don't believe that would happen. I think the relative PYTHONPATH gets expanded at startup and becomes an absolute path. Subsequent changes to the working directory would…

  5. comment
    Comment #9778927

    Yeah I think for me it's more about the intellectual overhead than performance. With this you just have one tool, and it's just easier for me to understand what's going on compared…

  6. comment
    Comment #9778364

    Well as we mentioned, it's supposed to solve a situation where you don't want to use all the overhead of virtualenv. The things you care about may be different from what others car…

  7. comment
    Comment #8388220

    It doesn't really make much sense to compare xlwings with PyXLL, as they perform a slightly different function and actually could be used together. PyXLL is more comparable to Exce…