deeplook / mcinstall

A script to quickly make/provision a fresh Miniconda installation from scratch.
MIT License
5 stars 3 forks source link

Fixed Issues - for Windows #2

Closed sackh closed 4 years ago

sackh commented 4 years ago

line 83: fixed conda activate command for Windows line130: fixed avoiding reinstallation of miniconda on Windows line 187 & 176: fixed installing pip dependencies on Windows line 318 & 273: fixed issues .split() method was failing for both Windows and MacOS if we do not pass pip dependencies and hence added default value. All functionalities are now working fine on Windows.