Skip to content

Commit 1af4b7f

Browse files
committed
Add Python 3.13 to the path
1 parent 3b4c990 commit 1af4b7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.fish

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ prepend_to_path ~/.local/bin
6767
# Path for Rust
6868
prepend_to_path ~/.cargo/bin
6969

70+
# Path for Python 3
71+
prepend_to_path /Library/Frameworks/Python.framework/Versions/3.13/bin
72+
7073
# Paths for Ruby and bundler
7174
#
7275
# These paths are different for Intel/Apple Silicon Macs.

0 commit comments

Comments
 (0)