{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {},
  "_ordered_sections": [],
  "item_file": null,
  "item_line": null,
  "item_type": null,
  "aliases": [],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "f2py:windows:conda",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "As a convenience measure, we will additionally assume the existence of "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "scoop"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", which can be used to install tools without administrative access."
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": "Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')",
          "execution_status": null
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Now we will setup a "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "conda"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " environment."
            }
          ]
        },
        {
          "__type": "Code",
          "__tag": 4050,
          "value": " scoop install miniconda3\n\t# For conda activate / deactivate in powershell\n\tconda install -n root -c pscondaenvs pscondaenvs\n\tPowershell -c Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\n\tconda init powershell\n\t# Open a new shell for the rest",
          "execution_status": null
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "conda"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " pulls packages from "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "msys2"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": ", however, the UX is sufficiently different enough to warrant a separate discussion."
            }
          ]
        },
        {
          "__type": "Admonition",
          "__tag": 4056,
          "kind": "warning",
          "base_type": "warning",
          "children": [
            {
              "__type": "AdmonitionTitle",
              "__tag": 4055,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "warning "
                }
              ]
            },
            {
              "__type": "Paragraph",
              "__tag": 4045,
              "children": [
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "As of 30-01-2022, the "
                },
                {
                  "__type": "Link",
                  "__tag": 4049,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "MSYS2 binaries"
                    }
                  ],
                  "url": "https://github.com/conda-forge/conda-forge.github.io/issues/1044",
                  "title": ""
                },
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": " shipped with "
                },
                {
                  "__type": "InlineCode",
                  "__tag": 4051,
                  "value": "conda"
                },
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": " are "
                },
                {
                  "__type": "Strong",
                  "__tag": 4048,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "outdated"
                    }
                  ]
                },
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": " and this approach is "
                },
                {
                  "__type": "Strong",
                  "__tag": 4048,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "not preferred"
                    }
                  ]
                },
                {
                  "__type": "Text",
                  "__tag": 4046,
                  "value": "."
                }
              ]
            }
          ]
        },
        {
          "__type": "Target",
          "__tag": 4061,
          "label": "MSYS2 binaries"
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "F2PY and Conda on Windows"
        }
      ],
      "level": 0,
      "target": "f2py-win-conda"
    }
  ],
  "local_refs": []
}