[Others] 【建议】在/usr/bin中创建商店应用的启动脚本
Tofloor
poster avatar
scratcher
deepin
2021-03-04 22:04
Author

因为商店应用不是安装在/usr中,所以无法通过命令行访问商店应用。特别是对于从商店安装的Julia等解释器来说,这造成了很大的不方便。由于商店应用需要一个启动脚本来完成设定环境等工作,所以简单的symlink是不足够的。因此建议官方可以在/usr/bin创建启动脚本wrapper以解决问题。或者为了商店应用于系统环境的分离,可以专门创建一个/opt/bin之类的文件夹并在/etc/profile.d/中将其添加到PATH。

Reply Favorite View the author
All Replies
Maicss
deepin
2021-03-04 22:23
#1
Reply View the author
o0******00@163.com
deepin
2021-03-04 22:27
#2

sudo apt install julia  

终端按julia ,别用商店里的julia

Reply View the author