Linux迁移 Windows command 工具:
python环境问题:
jupyter 脚注问题:jupyter/notebook#1287 (comment) ,另外注意此类方法需下载文件到本地才能正常使用。
安装 brew
/bin/bash -c "$(curl -fsSL https://gitee.com/ineo6/homebrew-install/raw/master/install.sh)"
安装 ruby
brew install ruby
echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zshrc
Chrome driver 驱动兼容问题:
python利用管理器进行自动升级操作
from selenium import webdriver
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(ChromeDriverManager().install())
brew 安装 chromedriver
which chromedriver
brew install chromedriver
brew upgrade chromedriver
chromedriver --version