-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash_profile
More file actions
27 lines (21 loc) · 1015 Bytes
/
Copy pathbash_profile
File metadata and controls
27 lines (21 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source ~/.bashrc
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/karanuppal/workspace/google-cloud-sdk/path.bash.inc' ]; then . '/Users/karanuppal/workspace/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/karanuppal/workspace/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/karanuppal/workspace/google-cloud-sdk/completion.bash.inc'; fi
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/karanuppal/miniconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/karanuppal/miniconda3/etc/profile.d/conda.sh" ]; then
. "/Users/karanuppal/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/karanuppal/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"