Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda: command not found #3

Open
CoBoGroup opened this issue Feb 26, 2017 · 2 comments
Open

conda: command not found #3

CoBoGroup opened this issue Feb 26, 2017 · 2 comments

Comments

@CoBoGroup
Copy link

Hello, scott
when i finish step2 :
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
it prints out:
Do you wish the installer to prepend the Miniconda3 install location
to PATH in your /root/.bashrc ? [yes|no]
[no] >>> yes

Prepending PATH=/root/miniconda3/bin to PATH in /root/.bashrc
A backup will be made to: /root/.bashrc-miniconda3.bak

For this change to become active, you have to open a new terminal.

Thank you for installing Miniconda3!

Share your notebooks and packages on Anaconda Cloud!
Sign up for free: https://anaconda.org

root@scott-VirtualBox:/home/scott# conda env create -f isce_201609.yml
conda: command not found
root@scott-VirtualBox:/home/scott#

conda doesn't work, do you know how to fix it ?
Thanks

@suresh-gandhi
Copy link

@scottyhq can you help with it please?

@scottyhq
Copy link
Owner

I wouldn't recommend installing as root user - conda could be installed for all system users in /opt/conda, or in your home directory (/home/user/conda). In any case, you have to make sure conda in in the path before you run it (export PATH=/root/miniconda3/bin:$PATH). Read more here:
https://conda.io/docs/user-guide/tasks/manage-environments.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants