Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
下载了Python3.5 无法创建软连接 怎么解决呢
Experiences and Insight
1680
views ·
4
replies ·
To
floor
Go
henry_morgan
deepin
2018-01-15 03:25
Author
ln -s /usr/bin/python3.5 /usr/bin/python
ln: 无法创建符号链接'/usr/bin/python': 文件已存在
Reply
Like 0
Favorite
View the author
All Replies
zouqilin
deepin
2018-01-15 03:41
#1
ln -sf 但是请不要这么做 依赖py2的比较多 有很多py版本管理的工具
Reply
Like 0
View the author
RedPanda
deepin
2018-01-15 03:57
#2
本帖最后由 windcz91 于 2018-1-14 20:02 编辑
默认的Python是Python2.7咯。所以别建了,改了万一开不了机不就抓瞎了么。用的时候直接输python3得了~
Reply
Like 0
View the author
wtz
deepin
2018-01-15 11:58
#3
/usr/bin里面的东西别乱改。就像C:/WIndows/system32里面的东西一样。
如果要用Python3,自己在 ~/.bashrc 里面加一个 alias 就可以了。
Reply
Like 0
View the author
nocode
deepin
2018-01-16 00:09
#4
deepin内置python3,请使用 python3 命令
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Looking Deepin ci 25.2.0 Developer/Unstable repositories
How to fix grub boot menu that has disappeared?
Popular Events
More
ln: 无法创建符号链接'/usr/bin/python': 文件已存在