文章
34
标签
14
分类
7
主页
归档
标签
关于
Haostart 的个人站点
2023 in ustc
搜索
主页
归档
标签
关于
2023 in ustc
发表于
2023-11-27
|
更新于
2023-11-27
|
浏览量:
|
评论数:
aaa
文章作者:
Haostart
文章链接:
https://blog.haostart.cn/2023/11/2438fc23b2c9/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Haostart 的个人站点
!
dairy
上一篇
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 post$ hexo new "My New Post" More info: Writing Run server$ hexo server More info: Server Generate static files$ hexo generate More info: Generating Deploy to remote sites$ hexo deploy More info: Deployment
下一篇
python虚拟环境
创建虚拟环境所以正常创建虚拟环境指令如下:python -m venv 安装路径 在当前目录下安装venvdemo这个虚拟环境 C:\Users\haostart>python -m venv venvdemo 激活虚拟环境直接激活虚拟环境 source activate 虚拟环境名字 或者在Scripts目录下调用activate文件激活虚拟环境 C:\Users\haostart\venvdemo\Scripts>activate 可以看到前面有(venvdemo)的前缀,表明现在是在该虚拟环境下操作的 (venvdemo) C:\Users\haostart\venvdemo\Scripts>
评论
Haostart
个人学习用站点
文章
34
标签
14
分类
7
Follow Me
公告
This is my Blog
最新文章
freqtrade策略调试方法
2024-04-28
freqtrade使用docker启动技巧
2024-04-27
区块链知识问答
2024-04-25
threadlocal的实现,原理
2024-04-22
CPU进程调度
2024-04-22
搜索
数据加载中