From 364618c978b108021878eabbcc70a827f5494fa1 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 May 2024 14:18:49 +0800 Subject: [PATCH] update --- init_bash.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init_bash.sh b/init_bash.sh index af79b09..9d8fee0 100644 --- a/init_bash.sh +++ b/init_bash.sh @@ -45,7 +45,7 @@ sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime sudo echo 'Asia/Shanghai' > /etc/timezone date -cd /home/coder +# cd /home/coder wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-py311_24.3.0-0-Linux-x86_64.sh sh Miniconda3-py311_24.3.0-0-Linux-x86_64.sh # /home/coder/miniconda3 必须安装在这个目录下面 @@ -55,7 +55,8 @@ pip install jupyterlab -i https://pypi.mirrors.ustc.edu.cn/simple # 下载 ta-lib # cd /data -wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz +cd tz_crypto_pub +# wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz tar -xzvf ta-lib-0.4.0-src.tar.gz cd ta-lib ./configure --prefix=/usr