how can i use miniconda in a windows build?
Hello
I can't install dipy in a Windows build with pip (no problem with macos and linux).
As a work around I tried installing using miniconda (unless I'm mistaken miniconda is installed by default in a Visual Studio 2019 build?). But conda is not found.
What went wrong? What did I forget to do?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 03 Jul, 2023 09:33 PM
You have to add
C:\Miniconda3-x64
(forpython.exe
) andC:\Miniconda3-x64\Scripts
(forconda.exe
) to yourPATH
during the build:2 Posted by servoz on 04 Jul, 2023 07:31 AM
Oh, great!
I'd forgotten about environment variables again.
Many thanks!
servoz closed this discussion on 04 Jul, 2023 07:31 AM.