By admin , 12 十一月, 2025

双击文件无法安装的pkg包可以在命令行安装:

sudo installer -pkg wkhtmltox-0.12.6-2.macos-cocoa.pkg -target /usr/local/bin

标签

By admin , 11 十月, 2025

安装软件:

$ sudo apt install -y python3 python3-pip python3-venv
$ useradd jupyter -m
$ su - jupyter
$ python3 -m venv jupyter-env
$ source jupyter-env/bin/activate
$ pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
$ pip install jupyter

配置Jupyter:

标签

最新评论