http://askubuntu.com/questions/303290/where-is-usr-local
I ran the following code in a terminal:
python -c "
import sys
sys.path = sys.path[1:]
import django
print(django.__path__)"
This returns the following path:
['/usr/local/lib/python2.7/dist-packages/django']
but I simply cannot find usr/local (from the GUI). Where should it be?
I'm not sure what other information would help, please let me know!
|
type
in to terminal. That should take you to the folder The usr folder is part of the file system, it is accessed from the root of your file system |
|||||||||||||||||||||
|

will get you there You do need root privileges to edit files there, in which case you can invoke BTW don't be afraid of the command line! A useful introduction to the CLI is available here. |
||||
|
Where should it be? By default when you open the file manager you run around your home directory( How to access the folder you need: Method #1 : press CtrlL in the file manager ( which is called nautilus, by the way) and type Method#2: Pressing repeatedly AltArrow Up buttown in file manager will get you to root directory (which is like C:\ folder in windows), and navigate graphically to whatever folder you need from there. Method #3: Press AltF2 to open "Run command" dialogue and type |
'Deep Learning > setup_related' 카테고리의 다른 글
| 텐서플로우 0.10 + 우분투 16.04 + CUDA 8.0 + 파이썬 3.5 설치 (0) | 2016.10.22 |
|---|---|
| Cuda 7.5 download (cuda_7.5.18_linux.run) (0) | 2016.10.19 |
| Ubuntu 16.04 LTS 기반 TensorFlow 개발 환경 셋업 (with GPU) (1) | 2016.10.18 |
| How to Get Korean (Hangul) Working on Ubuntu 16.04 (0) | 2016.10.18 |
| [Ubuntu]How do I install .run files? (0) | 2016.10.12 |


nautilus, which starts you in your home folder, and you need to go up form it to the root directory – Serg Apr 16 '15 at 20:21