-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzprofile
27 lines (24 loc) · 918 Bytes
/
zprofile
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
alias julia="/Applications/Julia-1.6.app/Contents/Resources/julia/bin/julia"
#alias matlabb="/Applications/MATLAB_R2019b.app/bin/matlab -nodesktop"
export JULIA_NUM_THREADS=4
export PATH=/Users/$USER/anaconda3/bin:$PATH
#export PATH="$PATH:/bluedata/julia-1.4.0/bin"
#export JULIA_DEPOT_PATH="/bluedata/.julia"
#export JULIA_NUM_THREADS=8
# added by Anaconda3 2019.03 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/anaconda3/etc/profile.d/conda.sh" ]; then
. "/anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
export PATH="/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
#export LD_LIBRARY_PATH=$HOME/.julia/conda/3/lib