저는 python3.10
메인 시스템에 있고 python3.6.9
python.org에서 특정 프로젝트를 설치했습니다.
venv를 사용하여 가상 환경을 만들려고 합니다.
명령은 다음과 같습니다:/usr/local/bin/python3.6 -m ven projectname
내가 실행하면 which python3.6
다음을 얻습니다./usr/local/bin/python3.6
하지만 venv를 만들려고 하면 오류가 발생합니다.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f5cec284740 (most recent call first):
Aborted (core dumped)