Skip to content

Commit

Permalink
feat: upgrade python, add local zprofile, add coursier and libpq to path
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe committed Oct 21, 2024
1 parent b15919b commit 3e74f5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/mise/config.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[tools]
go = "1.21.3"
python = "3.12.3"
poetry = "1.8.3"
elixir = "1.17.2-otp-27"
erlang = "27.0"
java = "liberica-javafx-22.0.1+10"
terraform = "1.4.2"
shellcheck = "0.10.0"
usage = "0.3.0"
"pipx:erikbern/git-of-theseus" = "latest"
node = "22.7.0"
"cargo:cargo-binstall" = "1.6.9"
"cargo:diffedit3" = "0.4.0"
python = "3.13.0"
usage = "0.3.0"

[settings]
experimental = true
4 changes: 4 additions & 0 deletions .config/zsh/.zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=true
export PATH="\
$HOME/bin:\
$HOME/.local/bin:\
$prefix/opt/libpq/bin:\
$prefix/opt/grep/libexec/gnubin:\
$prefix/opt/python@3.11/libexec/bin:\
$HOME/Library/Application Support/Coursier/bin:\
$XDG_CONFIG_HOME/emacs/bin:\
$HOME/Library/Application Support/JetBrains/Toolbox/scripts:\
/Applications/gg.app/Contents/MacOS/:\
$PATH"

. $ZDOTDIR/.zprofile-local

export CPPFLAGS="${CPPFLAGS+"$CPPFLAGS "}-I$prefix/opt/unixodbc/include"
export LDFLAGS="${LDFLAGS+"$LDFLAGS "}-L$prefix/opt/unixodbc/lib"
export KERL_CONFIGURE_OPTIONS="--with-odbc=$prefix/opt/unixodbc --with-ssl=$prefix/opt/openssl@3"
Expand Down

0 comments on commit 3e74f5b

Please sign in to comment.