find the install path of some software
like python:
or the start path:
or find all the dir and file use 'locate'
or want to display some system environment variable
阅读(11) | 评论(0) | 转发(0) |
like python:
点击(此处)折叠或打开
- dpkg -L python
点击(此处)折叠或打开
- which python
- /usr/bin/python
点击(此处)折叠或打开
- warrior@warrior:~$ locate python | more -10
- /etc/python
- /etc/python2.7
- /etc/python3
- /etc/python3.4
- /etc/apparmor.d/abstractions/python
- /etc/python/debian_config
- /etc/python2.7/sitecustomize.py
- /etc/python3/debian_config
- /etc/python3.4/sitecustomize.py
- /home/warrior/.python-eggs
- --More--
点击(此处)折叠或打开
- warrior@warrior:~$ echo $PATH
- /usr/local/sbin:/usr/local/bin:
相关热门文章
评论热议