Skip to content

Commit dfef540

Browse files
author
minjk-bl
committed
Fix visualpy linux script's path
1 parent c87caba commit dfef540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/visualpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ f_main() {
7474
# Install Visual Python
7575
#=============================================================================
7676
f_install() {
77-
mkdir -p ${PATH_DST}/${VP_NAME}
77+
mkdir -p ${PATH_DST}
7878

7979
RES=`f_check_extension`
8080
# 1 = Jupyter Extension is not actived

0 commit comments

Comments
 (0)