0

i want to update the path for the conda command, which was first installed in /root/anaconda3/bin/conda but i deleted the directory and reinstalled to home/me/anaconda3/bin/conda . but whenever i execute the conda command i get error bash: /root/anaconda3/bin/conda: No such file or directory, so how do i point the conda command to /home/me/anaconda3/bin/conda ?

krypton
  • 131

1 Answers1

0

Are you sure the final executable has 'x' (execute access) in the permission set?

Are you sure all intervening directories have at least 'x' (search access) in their permission set?

Either one could cause this issue.

mdpc
  • 6,834
  • thanks for your reply, my issue was actually the package was hashed and by removing it i got it to work. – krypton May 17 '19 at 19:13