Ngrok安装方法(新)

Ngrok安装首先,更新apt-get,安装所需组件sudo apt-get update sudo apt-get install build-essential golang mercurial git -y下载ngrok源代码cd /usr/local/src git clone htt...

Ngrok安装方法

首先,更新apt-get,安装所需组件sudo apt-get update sudo apt-get install build-essential golang mercurial git -y下载ngrok源代码cd /usr/local/src git clone https://gi...

PIP 安装使用

安装PIP使用 get-pip.py 进行安装wget https://bootstrap.pypa.io/get-pip.py python get-pip.py 使用 apt 进行安装apt install python3-pip 安装最新版本PIPpip install pip 安装指定...

virtualenv 安装与使用

安装PIP安装(推荐)pip install virtualenv 包管理器安装sudo apt-get install python-virtualenv 基本使用cd my_project_dir virtualenv venv  #venv为虚拟环境目录名,目录名自定义 切换解释器vir...

WechatSDK环境一键安装脚本

wget --no-check-certificate https://github.com/wshon/wechat_python_sdk_install/raw/master/easyinstall.sh chmod +x easyinstall.sh ./easyinstall.sh 2...