From 4d835185325efc880357d97dab487eef636cc9d3 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Fri, 29 Oct 2021 16:55:10 -0400 Subject: [PATCH] [-] Remove sagemath path --- scripts/includes/home-mac.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/includes/home-mac.sh b/scripts/includes/home-mac.sh index fc187e4..6da5cfe 100644 --- a/scripts/includes/home-mac.sh +++ b/scripts/includes/home-mac.sh @@ -7,7 +7,7 @@ if [[ $OSTYPE == 'darwin'* ]] && [ -d "/Volumes/External" ]; then # Paths export PATH="$PATH:/Users/hykilpikonna/.pyenv/versions/3.8.0/bin" export DOTNET_ROOT="/usr/local/opt/dotnet/libexec" - export PATH="/Volumes/MacData/SageMath:$PATH" + # export PATH="/Volumes/MacData/SageMath:$PATH" export PATH="$PATH:/Users/hykilpikonna/.gem/ruby/2.6.0/bin" # https://stackoverflow.com/a/53388305/7346633 export PATH="/Users/hykilpikonna/Resources/flutter/bin:$PATH" export ANDROID_HOME="~/Resources/AndroidSDK"