how can i use miniconda in a windows build?

servoz's Avatar

servoz

03 Jul, 2023 07:18 PM

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?

  1. Support Staff 1 Posted by Feodor Fitsner on 03 Jul, 2023 09:33 PM

    Feodor Fitsner's Avatar

    You have to add C:\Miniconda3-x64 (for python.exe) and C:\Miniconda3-x64\Scripts (for conda.exe) to your PATH during the build:

    - 'set PATH=C:\Miniconda3-x64;C:\Miniconda3-x64\Scripts\;%PATH%'
    
  2. 2 Posted by servoz on 04 Jul, 2023 07:31 AM

    servoz's Avatar

    Oh, great!
    I'd forgotten about environment variables again.
    Many thanks!

  3. servoz closed this discussion on 04 Jul, 2023 07:31 AM.

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