Posted by May 8 2024 / 实验笔记
SplitPlace
Updated on May 9 2024
73 words
1 minutes read

... visits

SplitPlace

实验路线

  • 安装依赖
  • 配置vagrant virtualbox docker
  • proxy问题

环境配置

python3 install.py

vagrant代理

# vagrantfile proxy

config.proxy.http     = "http://yourproxy:8080"
config.proxy.https    = "http://yourproxy:8080"
config.proxy.no_proxy = "localhost,127.0.0.1"

实验报错

TAGS
On this page