Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- HDF5
- Anaconda
- mpi4py
- tab space
- HFS+
- cython
- vim
- intel compiler
- Matplotlib
- polyglot
- datascience
- h5py
- conda
- hyperref
- Windows
- virtual
- arXiver
- Visual Studio
- MAC
- openmp
- jupyter
- GSL
- gfortran
- cygwin
- LaTeX
- portforwarding
- python
- c++
- SSH
- vi
Archives
- Today
- Total
Astro Coke
[Windows] Python setup for Sub-Users 본문
서브 유저 아이디를 만들고 로그인을 했더니 python 실행이 안되었다.
> python
Fatal Python error:
Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings' Current thread 0x0000037c (most recent call first):
이것은 Environment Variables 에서 PATH 설정에 python (anaconda) 폴더가 포함이 안되어 있어서 발생할 수도 있지만,
또 다른 이유는 python 이 설치되어 있는 장소가 메인 유저의 홈 디렉토리라면 그 디렉토리를 다른 서브 유저들이
접속 권한이 없다면 발생할 수 있다.
해결책은 간단히
File Explorer를 열고 메인 유저의 홈 디렉토리의 "Properties > Security" 에서 해당 서브 유저들에게 접속 권한을 설정해 주면 된다.
'Computer Setup' 카테고리의 다른 글
[Jekyll] Dependency errors when gem bundles are updated (0) | 2020.08.21 |
---|---|
[Latex] pdflatex occasionally conflicts with hyperlink breaking (0) | 2020.08.16 |
[Conda] Add Virtual Environment to Jupyter Notebook (0) | 2020.06.12 |
[Conda] Create Virtual Environments for python with conda (0) | 2020.06.12 |
[Python] Setup mpi4py (intel compiled) in Cygwin Window (0) | 2020.02.03 |