|
|
|
|
@ -175,24 +175,17 @@ export PATH="/Users/jetpac/.rd/bin:$PATH" |
|
|
|
|
|
|
|
|
|
# >>> conda initialize >>> |
|
|
|
|
# !! Contents within this block are managed by 'conda init' !! |
|
|
|
|
__conda_setup="$('/opt/homebrew/Caskroom/miniconda/base/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" |
|
|
|
|
__conda_setup="$('/home/pnyc/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" |
|
|
|
|
if [ $? -eq 0 ]; then |
|
|
|
|
eval "$__conda_setup" |
|
|
|
|
else |
|
|
|
|
if [ -f "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh" ]; then |
|
|
|
|
. "/opt/homebrew/Caskroom/miniconda/base/etc/profile.d/conda.sh" |
|
|
|
|
if [ -f "/home/pnyc/miniconda3/etc/profile.d/conda.sh" ]; then |
|
|
|
|
. "/home/pnyc/miniconda3/etc/profile.d/conda.sh" |
|
|
|
|
else |
|
|
|
|
export PATH="/opt/homebrew/Caskroom/miniconda/base/bin:$PATH" |
|
|
|
|
export PATH="/home/pnyc/miniconda3/bin:$PATH" |
|
|
|
|
fi |
|
|
|
|
fi |
|
|
|
|
unset __conda_setup |
|
|
|
|
# <<< conda initialize <<< |
|
|
|
|
|
|
|
|
|
export PATH="/opt/homebrew/bin:$PATH" |
|
|
|
|
|
|
|
|
|
# for cocoapods |
|
|
|
|
export PATH=/opt/homebrew/opt/ruby/bin:$PATH |
|
|
|
|
export GEM_HOME=$HOME/.gem |
|
|
|
|
export PATH=$GEM_HOME/bin:$HOME/.gem/ruby/3.3.0/bin:$PATH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# conda initialize |
|
|
|
|
conda activate osd-dev |
|
|
|
|
|