Skip to content

Commit

Permalink
fix: issue with setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ForYourEyesOnlyyy committed Oct 23, 2024
1 parent 87757d2 commit 05e6bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ setup_pythonpath() {
SHELL_CONFIG="$HOME/.zshrc"
echo "$PYTHONPATH_EXPORT" >> "$SHELL_CONFIG"
echo "PYTHONPATH added to .zshrc"
zsh -c "source $SHELL_CONFIG"
source $SHELL_CONFIG
;;
MINGW*|MSYS*|CYGWIN*)
# Windows systems (via Git Bash or WSL, write to .bashrc)
Expand Down

0 comments on commit 05e6bdb

Please sign in to comment.