## Python environment # I try not to use python, because the tooling is just terrible. However, # sometimes it's unavoidable. if ! ( execp python || execp python3 ) then return fi # from grym on #emacs --- TODO: research what this actually does, lol # it's annoying ... (2023-02-08) #export PIP_REQUIRE_VIRTUALENV=1 path_add_to_PATH "$XDG_DATA_HOME/python/bin"