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
|
(python ; beautiful is better than ugly
|
||||||
+lsp
|
+lsp
|
||||||
+poetry
|
+poetry
|
||||||
|
+pyright
|
||||||
+tree-sitter)
|
+tree-sitter)
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
|
|
|
@ -186,6 +186,7 @@
|
||||||
(python ; beautiful is better than ugly
|
(python ; beautiful is better than ugly
|
||||||
+lsp
|
+lsp
|
||||||
+poetry
|
+poetry
|
||||||
|
+pyright
|
||||||
+tree-sitter)
|
+tree-sitter)
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
export PYTHON_BIN='$(brew --prefix python)/libexec/bin'
|
||||||
export HOMEBREW_BIN='/usr/local/bin'
|
export HOMEBREW_BIN='/usr/local/bin'
|
||||||
export HOMEBREW_SBIN='/usr/local/sbin'
|
export HOMEBREW_SBIN='/usr/local/sbin'
|
||||||
export GOPATH="${HOME}/.go"
|
export GOPATH="${HOME}/.go"
|
||||||
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||||
export JAVA_HOME=$(/usr/libexec/java_home -v 11)
|
export JAVA_HOME=$(/usr/libexec/java_home -v 11)
|
||||||
|
export DOOM_EMACS_BIN="${HOME}/.emacs.d/bin"
|
||||||
|
|
||||||
path=(
|
path=(
|
||||||
|
$DOOM_EMACS_BIN
|
||||||
|
$PYTHON_BIN
|
||||||
$GOPATH/bin
|
$GOPATH/bin
|
||||||
$PSQLAPP
|
$PSQLAPP
|
||||||
$JAVA_HOME/bin
|
$JAVA_HOME/bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user