-
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 ✨
-
man people complain about node_modules, but system wide package installation is a bad idea
-
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
-
i am sorry but you have got to be kidding me github.com/pypa/pip/issues/988
-
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
-
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.
-
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.