Hacker News new | past | comments | ask | show | jobs | submit login

>> How would an Operating System do that, without essentially duplicating what virtualenv already does?

This, I think, is backwards: virtualenv must do it already because the os doesn't. I concede that creating something now may be too late not to suffer the "15 competing standards" effect.




You can always install from source and pass --prefix and --exec-prefix options to ./configure. Virtualenv is not strictly necessary to run in an isolated environment.

And as for whether virtualenv should have been part of the OS... it already is in some cases, to the extent that any userland tool is part of the OS.

    $ uname -o
    GNU/Linux
    $ which virtualenv
    /usr/bin/virtualenv
Does it really matter whether it was the python developers who got there first?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: