QWen部署(配置环境篇)
最基础的内容,备忘录。
一、远端miniconda安装使用清华镜像源进行下载安装
标注有py的说明自带安装了该版本python,但是影响不大,因为后续会使用自己创建的环境以防环境间相互干扰。选择需要的版本然后使用wget命令进行安装:
1234567mkdir minicondacd minicondawget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.shbash ~/miniconda/Miniconda3-latest-Linux-x86_64.sh #解压#环境变量添加过似乎没有什么用/home/ubuntu/miniconda3/bin/conda install python=3.10
删除源文件.sh
1rm -rf ~/miniconda/Miniconda3-latest-Linux-x86_64.sh
查看conda是否安装成功并切换到目录下
1source ~/miniconda3/bin/activate 激活base环境
最终由于gpu3不能联网,选择先在win下载 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
我的第一篇文章 By Hexo
我的第一篇文章的標題hihihi ~ 你好~ 😍 我是第一篇文章的內容~在這裏可以用 Markdown 語法撰寫喔~
1console.log('Hello World!');