Why can't I run conda command even though it is slready installed in the machine?
0
votes
1
answer
1509
views
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: conda@continuum.io
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$
Why can't I run conda command even though it is slready installed in the machine?
How can I run conda command?
EDIT:
> Add the output of command -v pip and command -v conda to the question. – Nasir Riley
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:~$
Asked by user366312
(429 rep)
Oct 22, 2022, 01:21 PM
Last activity: Oct 22, 2022, 07:43 PM
Last activity: Oct 22, 2022, 07:43 PM