Added Python Dev tooling
This commit is contained in:
parent
1535511052
commit
eaf5428821
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user