File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -74,13 +74,13 @@ f_main() {
74
74
# Install Visual Python
75
75
#=============================================================================
76
76
f_install() {
77
+ mkdir -p ${PATH_DST}/${VP_NAME}
78
+
77
79
RES=`f_check_extension`
78
80
# 1 = Jupyter Extension is not actived
79
81
# 2 = visualpython does not exist
80
82
# 3 = visualpython exists
81
83
82
- mkdir -p ${PATH_DST}/${VP_NAME}
83
-
84
84
if [ ${RES} -eq 1 ]; then
85
85
f_print_not_extension
86
86
elif [ ${RES} -eq 2 ]; then
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ rem #=========================================================================
81
81
rem # Install Visual Python
82
82
rem #=========================================================================
83
83
:f_install
84
+ if not exist " %PATH_DST% " (
85
+ mkdir " %PATH_DST% "
86
+ )
87
+
84
88
call :f_check_extension RES
85
89
rem # 1 = Jupyter Extension is not actived
86
90
rem # 2 = visualpython does not exist
You can’t perform that action at this time.
0 commit comments