win10 开启wsl

开启 hypver-v

开启功能

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

查看wsl poweershell

 wsl --list --online

下载分发版本 等待下载即可 poweershell

 wsl --install -d Ubuntu-20.04

设置为wsl2 poweershell

 wsl --set-default-version 2

使用wsl powershell

wsl

moberxterm

  • 设置到wsl moberxterm

设置清华源 /etc/apt/source.list

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-backports main restricted universe multiverse

# 以下安全更新软件源包含了官方源与镜像站配置,如有需要可自行修改注释切换
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
# deb-src http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse

# 预发布软件源,不建议启用
# deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse
# # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ noble-proposed main restricted universe multiverse

安装conda

wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh

设置idea 终端

C:\Windows\System32\wsl.exe --distribution Ubuntu-20.04

目錄

C:\ProgramData\anaconda3\envs\
posted @ 2024-07-31 14:34  vx_guanchaoguo0  阅读(26)  评论(0编辑  收藏  举报