18 Commits

Author SHA1 Message Date
d31bbb737a Make it so pip install --user still works
Debian has enabled `EXTERNALLY-MANAGED` from PEP 668 which breaks `pip
install --user`. I think this is a terrible decision, understandable to
want to avoid modifications in `/usr/lib/python*/site-packages` but to
have that stop be installing packages in my home directory is a big
mistake in terms of usability. In any case this patch sets the override
flag in `pip.conf` even though I'm never actually touching the real site
packages.
2023-03-04 11:23:50 +00:00
8d560a3598 Fix ipython config paths 2022-05-04 14:10:25 +01:00
ba5a5268b6 Use package name lists 2021-12-15 00:32:45 +00:00
736e06dcaf Create directories 2021-12-15 00:04:33 +00:00
87e0159e88 Move main.yaml to tasks.yaml 2021-11-19 22:12:17 +00:00
71f1434167 Remove conduit config 2021-11-06 16:45:01 +00:00
022187586a Start using Ansible for config management 2021-11-01 21:12:21 +00:00
abe78331cb Disable more annoying stuff 2021-05-04 21:06:24 +01:00
5c6a840bec Disable more pylint nonsense 2021-02-21 20:18:51 +00:00
fb790fc206 Install python from Homebrew on macOS 2020-01-16 23:29:21 +00:00
633cc3804c Update pylint config 2019-11-14 00:19:17 +00:00
b4bfd6b493 Add python-gist for managing GitHub gists 2019-11-07 20:18:35 +00:00
8804f09dd5 Add grip package to preview Markdown documents 2019-11-07 20:13:39 +00:00
e22f4d6123 Add pip config file
Set the option to display the of `pip list` in `columns` mode.
2019-08-22 22:04:57 +01:00
c698d922db Disable pylint too-many-lines warning 2019-03-24 13:41:07 +00:00
847badd234 Update pylintrc 2018-08-25 21:29:23 +01:00
506685078c Add python development pip packages 2018-08-25 21:26:32 +01:00
ca69ff89a3 Add python config files and .conduit.yaml
* Add pylint config file
* Add flake8 config file
* Add ipython config file
2018-08-24 17:30:18 +01:00