我昨天创建了一个符号链接,如下所示:
sudo ln -s bin/python /usr/bin/prj-python
当我跑步时:
prj-python file.py
我得到:
prj-python: command not found
当我尝试再次创建链接时,得到:
ln:创建符号链接`/ usr / bin / prj-python':文件存在
为什么会这样呢?我的$PATH
是:
/ usr / local / sbin:/ usr / local / bin:/ usr / sbin:/ usr / bin:/ sbin:/ bin:/ usr / games:/ opt / real / RealPlayer
pwd
是/home/xralf/my_virtual_env
,它有子目录bin
与python
命令