[Product exchange] Python怎么打开工程就自动进入虚拟环境
Tofloor
poster avatar
Feelup
deepin
2024-09-01 19:52
Author

各位,你们用Deepin Union Code写Python吗?我遇到一个问题,就是每次打开软件都会提示需要安装两个软件包

截图_deepin-unioncode_20240901194808.png

而这两个软件包只能在Python虚拟环境中安装,直接安装会失败,我也安装了

截图_选择区域_20240901194937.png

但每次开启软件依旧会提示安装这两个软件包,且打开的工程项目不会自动进入python虚拟环境,需要手动激活虚拟环境

请问各位是怎么解决上面的问题的呢?

Reply Favorite View the author
All Replies
132******48
deepin
2024-09-02 00:26
#1

~/.config/deepin-unioncode/configures/toolchains.support里面的python条目加上虚拟环境的python路径呢

,
{
"name":"python3.11",
"path":"/home/xxx/myenv/bin/python"
}

重启IDE,在IDE设置里就可以选择刚刚加的python解释器了

但是IDE启动时会覆盖掉 ~/.config/deepin-unioncode/configures/toolchains.support是特性?

可以 sudo chattr +i ~/.config/deepin-unioncode/configures/toolchains.support来避免被更改

以后不用了可以 sudo chattr -i ~/.config/deepin-unioncode/configures/toolchains.support恢复

Reply View the author
燕子大王来也!
deepin
2024-09-02 19:23
#2

暂时没有遇到

Reply View the author