Spend about 15 minutes troubleshooting why `pylint` didn't work. It was installed and worked a few minutes before. Turned out I typed `pytlint` instead of `pylint`. #python #pogramming #id10t
Hello, #Ruby #pogramming folk, especially those with native #gem experience, am I right that you don't need to specify to add `ext` to the $LOAD_PATH? You only need to specify that the `lib` be added to it, right? Ruby will auto-add the ext path if it's a native extension?