ra’s avatarra’s Twitter Archive—№ 37,182

  1. python: this language is easy to use and everyone loves it! me: ok how do i install a library python: how do you feel about... virtual environments ✨
    1. …in reply to @ra
      man people complain about node_modules, but system wide package installation is a bad idea
      1. …in reply to @ra
        im starting a python project on a linux machine for a client who uses windows and i want to take on a dependency and i havent even written a line of code and i am already stressed the fuck out about how to even make this work
        1. …in reply to @ra
          i am sorry but you have got to be kidding me github.com/pypa/pip/issues/988
          oh my god twitter doesn’t include alt text from images in their API
          1. …in reply to @ra
            python: "There should be one-- and preferably only one --obvious way to do it." PEP 20 baby 😎 me: how do i use a library python: there are one hundred thousand ways to do this and they are all wrong somehow
            1. …in reply to @ra
              to be fair, clojure has a similar problem, the language didnt ship with any real package management to speak of, and the community standardized on lein and boot, but both of those are useless on clojureclr. this shit is hard to get right.
              1. …in reply to @ra
                ok. using pipenv i installed the dep. the next puzzle will be making it work on windows, but we'll cross that bridge when we get there.