user_name@server_name:~/bbq_spatial$ pip show conda
Name: conda
Version: 4.3.16
Summary: OS-agnostic, system-level binary package manager.
Home-page: https://github.com/conda/conda
Author: Continuum Analytics, Inc.
Author-email: [email protected]
License: BSD
Location: /home/user_name/.local/lib/python3.9/site-packages
Requires: pycosat, requests, ruamel.yaml
Required-by:
user_name@server_name:~/bbq_spatial$ conda update conda
conda: command not found
user_name@server_name:~/bbq_spatial$
내 컴퓨터에 conda 명령이 설치되어 있는데 왜 실행할 수 없나요?
conda 명령을 실행하는 방법은 무엇입니까?
편집하다:
-v pip 명령과 -v conda 명령의 출력을 질문에 추가합니다. ——나시르 라일리
user_name@server_name:~$ command -v pip
/usr/local/bin/pip
user_name@server_name:~$ command -v conda
user_name@server_name:~$ command -v conda
user_name@server_name:~$
답변1
설치하는 것은 conda
다른 모듈과 마찬가지로 Python 셸로 가져올 수 있는 Python 모듈입니다.
conda
바이너리를 애플리케이션으로 사용 하려면 Anaconda 또는 Miniconda를 설치해야 하며 다음 사이트에서 얻을 수 있습니다.
https://www.anaconda.com/products/distribution#Downloads
https://docs.conda.io/en/latest/miniconda.html
도움이 필요하시면 이 사이트나 Google에서 설치 지침을 확인하세요.