Viewing profile — ehremo
ehremo
HN member- Joined
- Tue, Sep 30, 2014, 1:57 PM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About ehremo
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…