About 125,000 results
Open links in new tab
  1. How to access Anaconda command prompt in Windows 10 (64-bit)

    However, after installation, I am unsure how to access the Anaconda command prompt so that I can use conda to install packages. I also attempted to install Anaconda 64 bit in C:/Program Files, but several …

  2. difference between command prompt and anaconda prompt

    Jun 23, 2016 · Anaconda command prompt is just like command prompt, but it makes sure that you are able to use anaconda and conda commands from the prompt, without having to change directories or …

  3. Anaconda Prompt command line commands - Stack Overflow

    Aug 4, 2016 · Anaconda Prompt takes most or all of the commands that Command Prompt takes, plus many that are unique to Conda, which you can both access introductions to and start further …

  4. How to switch to Anaconda Prompt from CMD? - Stack Overflow

    Dec 23, 2020 · 6 I know how to go to Anaconda Prompt by using Start-> Anaconda Prompt, I am wondering if I already in CMD under one specific folder, can I switch to Anaconda Prompt? The …

  5. How to add Anaconda Prompt option to Windows Terminal?

    Aug 19, 2024 · How can I add an Anaconda Prompt option to Windows Terminal? I have installed Anaconda Navigator. I do not have any other Python distributions installed. This is a Windows 11 …

  6. Anaconda / Python: Change Anaconda Prompt User Path

    In both: Anaconda prompt and the old cmd.exe, you change your directory by first changing to the drive you want, by simply writing its name followed by a ': ', exe: F: , which will take you to the drive named …

  7. How to check python anaconda version installed on Windows 10 PC?

    Jan 19, 2018 · 180 On the anaconda prompt, do a conda -V or conda --version to get the conda version. python -V or python --version to get the python version. conda list anaconda$ to get the Anaconda …

  8. python - What is the difference between Anaconda Prompt and …

    Jun 20, 2019 · So, Anaconda Prompt supports all the commands of Windows Command Prompt and gives you additonal commands specific to anaconda like conda -V or conda list and so on.

  9. How to use Anaconda Python to execute a .py file?

    Oct 12, 2016 · You should use Anaconda Prompt instead of common Windows command prompt. Then navigate to your folder with the .py file and run:

  10. how to use anaconda python in command prompt - Stack Overflow

    Jan 18, 2022 · However, when going back to the command prompt with where python, the output is still C:\Users\RT008840\AppData\Local\Microsoft\WindowsApps\python.exe instead of my python path …