SX

echo "1: installig miniconda..."
wget -O ~/Miniconda3-py38_4.9.2-Linux-x86_64.sh -c https://repo.anaconda.com/miniconda/Miniconda3-py38_4.9.2-Linux-x86_64.sh
chmod +x ~/Miniconda3-py38_4.9.2-Linux-x86_64.sh
~/Miniconda3-py38_4.9.2-Linux-x86_64.sh

 

conda activate node && pip install configobj==5.0.6 redis==3.5.3 requests==2.24.0 lxml==4.6.2 web.py==0.62 psutil==5.8.0 pyserial==3.5

相关文章:

  • 2021-08-01
  • 2021-05-21
  • 2022-02-25
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2021-06-01
  • 2022-12-23
  • 2021-08-27
  • 2022-02-12
  • 2022-12-23
  • 2021-06-16
相关资源
相似解决方案