Added Python Dev tooling

This commit is contained in:
James Patrick 2024-07-10 11:18:56 -04:00
parent 1535511052
commit eaf5428821
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View File

@ -477,6 +477,7 @@ markdown ; writing docs for people to ignore
(python ; beautiful is better than ugly
+lsp
+poetry
+pyright
+tree-sitter)
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs

View File

@ -186,6 +186,7 @@
(python ; beautiful is better than ugly
+lsp
+poetry
+pyright
+tree-sitter)
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs

View File

@ -1,11 +1,15 @@
#!/usr/bin/env zsh
export PYTHON_BIN='$(brew --prefix python)/libexec/bin'
export HOMEBREW_BIN='/usr/local/bin'
export HOMEBREW_SBIN='/usr/local/sbin'
export GOPATH="${HOME}/.go"
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
export JAVA_HOME=$(/usr/libexec/java_home -v 11)
export DOOM_EMACS_BIN="${HOME}/.emacs.d/bin"
path=(
$DOOM_EMACS_BIN
$PYTHON_BIN
$GOPATH/bin
$PSQLAPP
$JAVA_HOME/bin