Anaconda3 activate.bat is not recognized as an internal or external command

I downloaded Anaconda3 for Windows 64-bit operating system. After the download and installation completed, I opened the Anaconda prompt, but it gave me this nice error:

'C:\Anaconda3\Scripts\activate.bat' is not recognized as an internal or external command,operable program or batch file.

I just browsed the internet and found a solution to remove all previous python packages, but didn't work. I searched the activate.bat file on my system "found it in one folder of the anaconda directory" and copied it to the Scripts folder, but it gives me errors with conda packages and dependencies. Any solutions please! I can not run neither a Jupiter laptop, nor a cond. Actually, I don’t know how to find them in these heaps of Anaconda files and packages.

Thanks in advance,,.

+7
source share
9

, .
python, 2.7 3.6. . .

, MySQL-. , . .
Anaconda , , 8888, MySQL.

, .

+2

, :

  • (cmd.exe)
  • reset :

    PYTHONPATH =

    PATH =% SystemRoot%\system32;% SystemRoot%;% SystemRoot%\System32\Wbem

  • ( ).

  • !

: "Anaconda Prompt" "" , : C:\Users\<username>\AppData\Local\Continuum\anaconda3\Scripts\activate.bat C:\Users\<username>\AppData\Local\Continuum\anaconda3

+1

. Anaconda C:\Users\xyzuser\Anaconda.It

+1

. . to--

C:\Users\USERNAME\AppData\Local\Continuum\anaconda3\Scripts\

* USERNAME ***

, C Continuum, URL-

"Activate.bat". , ANACONDA PROMPT , :

cd C:\Users\USERNAME\AppData\Local\Continuum\anaconda3\Scripts\

* USERNAME ***

.

:

activate.bat

Enter

.

, ,

Conda list
0

python anaconda .

C:\Users\<username>

.anaconda

.conda

, anaconda.

.

0

Anaconda3 Windows 10 Anaconda Navigator , Anaconda Prompt activate.bat.

  1. python IDE
  2. → C:\Users [ ] Windows
  3. .conda .anaconda. , , IDE.
  4. → C:\Users [ ]\AppData\Local
  5. python conda, python, ect.. python IDE
  6. → C:\Users [ ]\AppData\
  7. python conda, python, ect.. python IDE
  8. Anaconda , C:\anaconda3
  9. , 4 .

- , ... ?

0

:
0. / Anaconda3 ( c:\ProgramData\Anac...)
(/ , )
1. Anaconda
2. " " :
2.1. [check] Anaconda PATH
2.2. [] Anaconda Python 3.6
3. ""
4.

: 10, 64

0

, Anaconda 5.3.1 Windows10.

Well, the solution is to remove your anaconda and reinstall it. And when you install anaconda, you cannot manually close the exe command window that would appear at the end of the installation. You must let it work and go out on its own. Only in this way will your anaconda be installed correctly.

0
source

Source: https://habr.com/ru/post/1686697/


All Articles