#π VSCode won't recognize my conda
36 messages Β· Page 1 of 1 (latest)
@calm dome
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
no even the actual cmd does not recognize it
yeah. i installed conda in a different drive other than C. Is that the problem?
websites official installer]
it might be the problem yes
If you go to the command palette and search for "Python: Select Interpreter", does your anaconda environment show up there?
of you simply type 'conda' in cmd it gives an error?
it seems like it's not installed
that should work even if you installed it on a different disk, I think
is there any reason why you wouldn't want to install it to c?
well its mainly cause it gets hard to find its directory. if its on d i can just access the installed directory and copy the path
(probably a very noob move, i know)
you can work around it but generally it would be easier to install to c so stoopid computer could find it
if it's important for you for it to be installed on D then you can set a PATH variable
i reinstalled it on C @ember heart
What do i need to do now?
ok it works.
this is exhausting man
take it slow haha
My guess is that it's not added to the PATH @calm dome
Check out the top answer here https://stackoverflow.com/questions/44597662/conda-command-is-not-recognized-on-windows-10
I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I open the Command prompt window and try to write
You'll modify the directory they use to point to where you installed Anaconda3
(I ran into the same problem on mac btw, I just linked a stackoverflow for you since I'm not familiar with how it works on windows)
Thanks a lot! this would help for sure!
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.