摘要:        
pip包的发布 不同的分发格式 在 python setup.py sdist bdist_wheel 中,sdist 和 bdist_wheel 是两种不同的 Python 包分发格式,它们的含义如下: 1. sdist(Source Distribution) sdist 表示 源代码分发包,它    阅读全文
posted @ 2024-11-22 22:58
Gold_stein
阅读(238)
评论(0)
推荐(0)
        
            
        
        
摘要:        
pip install -e .的用法 内容 pip install -e:Editable 模式安装 pip install -e 是 pip 的一个重要选项,用于 开发模式(editable mode)安装 Python 包。与普通的 pip install 不同,-e 选项允许你在包的源码目录    阅读全文
posted @ 2024-11-22 22:34
Gold_stein
阅读(2011)
评论(0)
推荐(0)
        
            
        
        
摘要:        
Micro/Mamba 安装与注意事项 参考该链接:https://github.com/shenweiyan/Knowledge-Garden/discussions/24    阅读全文
posted @ 2024-11-22 22:28
Gold_stein
阅读(40)
评论(0)
推荐(0)
        
            
        
        
摘要:        
选择vsc默认python解释器 问题描述 如果在vsc当中安装了python插件,那么在vsc内部打开新终端时,都会自动加载一个interpreter,有时候它打开的并不是我们所需要的,这时候应该怎么做呢? 解决办法 并不需要编辑设置或者修改settings.json文件,只需要在命令面板中搜索p    阅读全文
posted @ 2024-11-22 14:48
Gold_stein
阅读(39)
评论(0)
推荐(0)
        
            
        
        
摘要:        
go中多个main文件的处理和组织方式 内容 是的,在大多数情况下,一个 Go 模块(module)内部通常只有一个 main.go 文件,尤其是在构建一个单一的可执行程序时。main.go 文件是 Go 的 package main 的入口文件,包含程序的 main() 函数,用于启动整个程序。     阅读全文
posted @ 2024-11-22 14:22
Gold_stein
阅读(965)
评论(0)
推荐(0)
        

 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号