项目作者: SDAravind

项目描述 :
Auto install Miniconda using PowerShell scripts on windows
高级语言: PowerShell
项目地址: git://github.com/SDAravind/auto-install-miniconda.git
创建时间: 2020-10-28T02:10:51Z
项目社区:https://github.com/SDAravind/auto-install-miniconda

开源协议:GNU General Public License v3.0

下载


Usage

  1. Install powershell >= v7.0.3 available on Github

    • for windows search “-win-x64.msi
    • it would be like “Powershell-7.0.3-win-x64.msi

      or

      If you want to use windows powershell follow below steps: (source)

    You must be logged into Windows as Administrator then do this

    1. Right click the Start Button, choose Powershell (admin)
    2. Paste this into Powershell and hit Enter
      set-executionpolicy remotesigned
      • Choose A - Yes to All
    3. Close Powershell, then check if it is functioning correctly
    4. If not, open Powershell as Admin again and paste this command:
      Set-ExecutionPolicy unrestricted
  1. Before you proceed further, uninstall any previous installations of Anaconda/Miniconda then follow the next steps
  2. Run install.ps1 using powershell >= v7.0.3
    1. Click once on install.ps1 to
      • Install Miniconda, and
      • Update to latest conda, and
      • Install anaconda-navigator, jupyterlab and nb_conda packages in the base environment
    2. After miniconda installation, clicking again on install.ps1 would
      • Create “py38” virtual environment, and
      • Install pandas, scikit-learn, pyspark, seaborn and other excel packages such as xlrd | xlwt | xlsxwriter | openpyxl | xlwings, and
      • Install xlwings add-in for MS excel