build-essential

先安装build-essential,防止后面更新系统后依赖冲突安装不上去(/(ㄒoㄒ)/~~血的教训)

sudo apt-get update
sudo apt-get install build-essential

遇到了一个报错 wsl-libcuda.so.1-is-not-a-symbolic-link

cd C:\Windows\System32\lxss\lib
rm libcuda.so
rm libcuda.so.1
wsl -e /bin/bash
ln -s libcuda.so.1.1 libcuda.so.1
ln -s libcuda.so.1.1 libcuda.so

安装Rust环境

这里直接使用字节的源

https://rsproxy.cn/#getStarted

最后再次

source ~/.bashrc
最后修改:2024 年 08 月 24 日
如果觉得我的文章对你有用,请随意赞赏