[Topic DIscussion] 更新!!!
Tofloor
poster avatar
mkaoxinice
deepin
2021-01-10 19:11
Author

非常希望社区能打包一下最新的Python,vim和gcc,谢谢!!!

Reply Favorite View the author
All Replies
Feng Yu
deepin
2021-01-10 19:34
#1

你想都别想了,否则deepin早就基于debian sid了,而不是基于debian stable。

某些软件你真的非要最新版本不可的话,还是考虑PPA、flatpak、snap,以及特殊env管理(比如sdkman,nvm,rustup,anaconda等等)之类的工具包吧

Reply View the author
SamLukeYes
deepin
2021-01-10 19:34
#2

需要不同版本的 python 直接用 conda 吧,gcc 也可以用 ppa 里面的。如果你对新版软件的需求比较大的话,建议还是用 Arch 系的发行版吧,debian stable 的更新就很慢了,deepin 更慢。

Reply View the author
非专业摸鱼选手
deepin
2021-01-10 19:35
#3

sudo apt-get 想要啥都是最新的啊!

Reply View the author
SamLukeYes
deepin
2021-01-10 19:36
#4
非专业摸鱼选手

sudo apt-get 想要啥都是最新的啊!

deepin 的还真不是,仓库里大多数软件都不是最新的

Reply View the author
thepoy
deepin
2021-01-10 20:11
#5

既想用最新的软件,又想用deepin,这是不可能的。

ubuntu都比deepin/debian stable更新快。

manjaro可能适合你,什么都是最新的,前两天刚升级了python 3.9.1。

Reply View the author
lcw0268
deepin
2021-01-10 20:25
#6
thepoy

既想用最新的软件,又想用deepin,这是不可能的。

ubuntu都比deepin/debian stable更新快。

manjaro可能适合你,什么都是最新的,前两天刚升级了python 3.9.1。

比debian的unstable版本慢啦。

上个星期安装完成系统,python就是3.9,印象中3.8都出来没有多久。

Reply View the author
thepoy
deepin
2021-01-10 22:37
#7
lcw0268

比debian的unstable版本慢啦。

上个星期安装完成系统,python就是3.9,印象中3.8都出来没有多久。

我说的是manjaro stable,manjaro也有unstable,可能更快。

debian的unstable对于stable的影响好像并不大。

manjaro则不然,没问题就直接推送给stable了,大版本更新还是很爽的

 

Reply View the author
WENWEN
deepin
2021-01-11 16:41
#8

如果不是必须的话,建议用仓库的版本。

Reply View the author
Hello
deepin
2021-01-11 21:46
#9

vim几天后商店会上最新版本

Reply View the author
Hello
deepin
2021-01-11 21:49
#10

python建议用conda,gcc倒并不是必须的。。。gcc新版本一定需要的话可以自行编译。。。但据我所知,很多人用的还是gcc4,深度的gcc8应该够用,但听说有bug,但我用的强度不高并不清楚有啥bug,但是深度的clang倒是没人报过bug。。

Reply View the author
andot
deepin
2021-02-26 22:22
#11

python 用 pyenv 管理很方便。想装哪个版本都可以,多个版本可以共存,可以给每个项目配置自己的版本。

Reply View the author