Skip to content

Commit

Permalink
Update venv_mc.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDAravind authored Dec 20, 2020
1 parent 2454375 commit bf24b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/update/venv_mc.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $Env:_CONDA_ENV = "${home}\Miniconda3\Scripts\conda.exe"
# $Env:_CONDA_ACT = "${home}\Miniconda3\condabin\conda.bat"
Write-Output "Creating virtual environment py36 and installing required modules, please wait..."
Invoke-Expression "conda create -n py36 python=3.6 ipykernel xlwings openpyxl xlrd xlwt xlsxwriter pandas scikit-learn -y"
Invoke-Expression "conda create -n py36 python=3.6 ipykernel xlwings openpyxl xlrd xlwt xlsxwriter pandas scikit-learn pyspark seaborn -y"

Write-Output "Activating virtual environment 'py36'..."
Invoke-Expression "conda activate py36"
Expand Down

0 comments on commit bf24b56

Please sign in to comment.