You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed anaconda from the link given in the installation instructions. I follow the steps to set the path but when I run . conda_env, I get the following error
-bash: conda_env: No such file or directory
I searched in the /anaconda3/bin/ directory and found that there is no such file. I found conda-env file so I ran . conda-env but I get the following error:
-bash: import: command not found
-bash: import: command not found
from: can't read /var/mail/conda_env.cli.main
-bash: /anaconda3/bin/conda-env: line 10: syntax error near unexpected token (' -bash: /anaconda3/bin/conda-env: line 10: sys.argv[0] = re.sub(r'(-script.pyw?|.exe)?$', '', sys.argv[0])'
Can anyone help me with this?
The text was updated successfully, but these errors were encountered:
I installed anaconda from the link given in the installation instructions. I follow the steps to set the path but when I run . conda_env, I get the following error
-bash: conda_env: No such file or directory
I searched in the /anaconda3/bin/ directory and found that there is no such file. I found conda-env file so I ran . conda-env but I get the following error:
-bash: import: command not found
-bash: import: command not found
from: can't read /var/mail/conda_env.cli.main
-bash: /anaconda3/bin/conda-env: line 10: syntax error near unexpected token
(' -bash: /anaconda3/bin/conda-env: line 10:
sys.argv[0] = re.sub(r'(-script.pyw?|.exe)?$', '', sys.argv[0])'Can anyone help me with this?
The text was updated successfully, but these errors were encountered: