From 04fd5958616bd345e48dcc159e3dd7cb8ba2a2c5 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 2 Dec 2024 06:06:46 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!3=20:?= =?UTF-8?q?=20asdfs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asdfsdf | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/asdfsdf b/asdfsdf index 989e32a..e8f58f0 100644 --- a/asdfsdf +++ b/asdfsdf @@ -18,23 +18,3 @@ 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