搭建WSL ubuntu python 环境的过程
前提- windows 11 home 版本
目的- 想启用ubuntu 版本开发python app
Step
-
打开WSL2, 并且安装ubuntu
-
-
windows 10 企业版, win11 家庭版, 企业版都支持WSL2
-
-
配置Ubuntu 22.04
-
-
更新国内apt 源。 ubuntu更换阿里源 - Lyon2014 - 博客园 (cnblogs.com)
-
安装sudo apt install python3-pip, sudo apt install python3-virtualenv
-
更新国内pip 源. pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
-
WSL 安装的ubuntu 版本自动挂在了windows 的share 目录,过载到ubuntu /mnt 目录 所以很棒, 直接可以访问/mnt 目录就可以访问windows host 的目录
-
posted on 2022-12-02 11:08 MissLi12138 阅读(247) 评论(0) 编辑 收藏 举报