关于xxx command not found 与 ln: failed to create symbolic link

在服务器搭好后,很多时候都是通过命令来实现各种安装,或者组件的操作,

但是,某些时候的一些问题真是让人揪心

如:

  xxx  command not found 

  xxx命令找不到

  ln: failed to create symbolic link

  无法创建软连接


解决办法:

  1.请确保安装的东西在全局状态下安装

  2.确保引用路径正确,且目标文件夹无重复的文件或链接

    比方说:我的node安装在/root//nodejs-v6.9.5-linux/

ln -s ~/nodejs/bin/* /usr/local/bin/  

    则,应该改为
    

ln -s ~/nodejs-v6.9.5-linux/bin/* /usr/local/bin/

这样两个问题都可以同时解决!

原文地址:https://www.cnblogs.com/grhino/p/8620901.html

时间: 2024-10-08 00:41:13

关于xxx command not found 与 ln: failed to create symbolic link的相关文章

硬链接:ln: failed to create hard link `link1' => `1.txt': Operation not permitted提示

[已解决]硬链接:ln: failed to create hard link `link1' => `1.txt': Operation not permitted 软连接:ln: failed to create symbolic link `link1': Operation not supported [环境]VmWare的Linux + Windows 7 文件共享 [问题]在编译VMware下的Linux系统对从Windows中共享过来的文件 进行硬链接编译的时候,遇到:ln: fa

Command "python setup.py egg_info" failed with error code 1一种问题的解决方法

问题描述:无论是你在pycharm中直接使用import and install命令,还是pip的时候出现了Command "python setup.py egg_info" failed with error code 1这样的问题描述,需要考虑可能pip的这个源里面没有对应的python3.5的模块 解决方法:通常可以直接google "XXX for python3.5",或者在github中找到对应的python3.5的项目,将对应的.py文件添加到pyt

解决安装ipython时Command "python setup.py egg_info" failed with error code 1 in /tmp

最近使用ubuntu16.04 server版安装ipython的时候一直在报错: IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.      When using Python 2.7, please install IPython 5.x LTS Long Term Support version. python2.7 ipython Command "python setup.py egg_info"

解决Command "python setup.py egg_info" failed with error code 1坎坷路

机器:os x 本地想跑一下一个开源django博客应用,下了源码到里头pip install -r requirements.txt 结果屡次出错,Command "python setup.py egg_info" failed with error code 1 试了多次一直于最后一行这个错误. 我开始以为权限问题,setuptools问题 后来有转机了,我把 requirements.txt里头一个个安装,最后原是psycopg2这个安装有问题 pip我错怪你了,不过把官方源换

linux命令存放 bash: xxx command not found

参考资料:http://blog.sina.com.cn/s/blog_688077cf01013qrk.html 提示:bash: xxx command not found 首先就要考虑root 的$PATH里是否已经包含了这些环境变量.主要是这四个:/bin , /usr/bin, /sbin, /usr/sbin.四个主要存放的东东:./bin:bin为binary的简写主要放置一些系统的必备执行档例如:cat.cp.chmod df.dmesg.gzip.kill.ls.mkdir.m

Linux下提示 bash: xxx command not found

今天在虚拟机上安装了CentOS5.5,发现运行一些很正常的诸如:init,shutdown,fdisk 等命令时,悍然提示: bash: xxx command not found. 那么,首先就要考虑root 的$PATH里是否已经包含了这些环境变量. 主要是这四个:/bin , /usr/bin, /sbin, /usr/sbin. 四个主要存放的东东: ./bin: bin为binary的简写主要放置一些系统的必备执行档例如:cat.cp.chmod df.dmesg.gzip.kill

解决 Command "python setup.py egg_info" failed with error code 1 问题

参考: "pip install unroll": "python setup.py egg_info" failed with error code 1 解决 Command "python setup.py egg_info" failed with error code 1 问题 在执行 pip install -r requirements.txt 时遇到错误: Command "python setup.py egg_info

Command "python setup.py egg_info" failed with error code 1 in C:\Users\w5659\AppData\Local\Temp\pip-install-t7uomu4r\xa dmin\

Error msg: C:\Users\w5659>pip install xadmin Collecting xadmin Using cached https://files.pythonhosted.org/packages/1d/e9/2ac160c532d0d462142fa90aa86a0e317295e8d86fa4caf84d04f6e24c4 9/xadmin-0.6.1.tar.gz Complete output from command python setup.py e

出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup

C:\Users\wang>pip3 install beautifulsoup Collecting beautifulsoup Using cached BeautifulSoup-3.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module&g