Add Python 3.13 to the path
- ID
1af4b7f- date
2025-04-23 14:26:30+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
3b4c990- message
Add Python 3.13 to the path- changed files
1 file, 3 additions
Changed files
config.fish (7042) → config.fish (7134)
diff --git a/config.fish b/config.fish
index 36a8aa5..0b1b3f0 100644
--- a/config.fish
+++ b/config.fish
@@ -67,6 +67,9 @@ prepend_to_path ~/.local/bin
# Path for Rust
prepend_to_path ~/.cargo/bin
+# Path for Python 3
+prepend_to_path /Library/Frameworks/Python.framework/Versions/3.13/bin
+
# Paths for Ruby and bundler
#
# These paths are different for Intel/Apple Silicon Macs.