Archiconda / build-tools

necessary build tools for the archiconda distribution
BSD 2-Clause "Simplified" License
284 stars 50 forks source link

ModuleNotFoundError: No module named 'conda' #26

Open csmanu opened 4 years ago

csmanu commented 4 years ago

When I try to check 'conda' command after installing 'Archiconda', it throws the following error:

Traceback (most recent call last): File "/home/username/archiconda3/bin/conda", line 7, in <module> from conda.cli import main ModuleNotFoundError: No module named 'conda'

Python version: 3.7 OS: Ubuntu 18.04 LTS Platform: NVIDIA Jetson Nano

hmaarrfk commented 4 years ago

please see https://github.com/conda-forge/miniforge/

the successor to this package.

csmanu commented 4 years ago

Thank you for the suggestion. I will check it and get back to you.

monsterlyg commented 2 years ago

编辑环境变量

vim ~/.bashrc

增加环境变量, 将换成你的用户名

export PATH=/home//archiconda3/bin:$PATH

激活环境变量

source ~/.bashrc

显示(base)

source activate