From eabcd1d379c7bcf6071ddcecd2c47a03ae506636 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 2 Dec 2024 06:08:32 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!5=20:?= =?UTF-8?q?=20=E5=9B=9E=E9=80=80=20'Pull=20Request=20!3=20:=20asdfs''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asdfsdf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/asdfsdf b/asdfsdf index e8f58f0..989e32a 100644 --- a/asdfsdf +++ b/asdfsdf @@ -18,3 +18,23 @@ uid python3.12 -m venv huenv 创建虚拟环境 source huenv/bin/activate 激活虚拟环境 pip install -r +uid +配置github ssh + ssh-keygen + cat .ssh/id_rsa.pub +安装git + apt update + apt install git + git --version + git config --global user.name "huhu" + git config --global user.email "huhu@163.com" +安装python3.12 + add-apt-repository ppa:deadsnakes/ppa + apt update + apt install python3.12 + python3.12 --version +虚拟环境 + apt install python3.12-venv 安装 venv + python3.12 -m venv huenv 创建虚拟环境 + source huenv/bin/activate 激活虚拟环境 + pip install -r -- Gitee