Skip to content

Commit 8b03840

Browse files
authored
Merge pull request Dyalog#77 from Dyalog/miniconda
miniconda Windows install path
2 parents 7039739 + 9cae903 commit 8b03840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ xcopy %0\..\dyalog-kernel %APPDATA%\jupyter\kernels\dyalog-kernel /Y /I
33
xcopy %0\..\dyalog_kernel %APPDATA%\Python\Python36\site-packages\dyalog_kernel /Y /I
44
xcopy %0\..\dyalog_kernel %USERPROFILE%\AppData\Local\Continuum\anaconda3\Lib\site-packages\dyalog_kernel /Y /I
55
xcopy %0\..\dyalog_kernel %USERPROFILE%\anaconda3\Lib\site-packages\dyalog_kernel /Y /I
6+
xcopy %0\..\dyalog_kernel %USERPROFILE%\Miniconda3\Lib\site-packages\dyalog_kernel /Y /I

0 commit comments

Comments
 (0)