Browse Source

update

master
root 1 year ago
parent
commit
364618c978
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      init_bash.sh

+ 3
- 2
init_bash.sh View File

@ -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


Loading…
Cancel
Save