Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MCViz
MCViz.web
Commits
484b8790
Commit
484b8790
authored
Dec 22, 2014
by
Tim Brooks
Browse files
Fetch mcviz repo in bootstrap
parent
e9e1beed
Changes
2
Hide whitespace changes
Inline
Side-by-side
bootstrap.py
View file @
484b8790
...
...
@@ -1830,6 +1830,8 @@ def after_install(options, home_dir):
if
not
os
.
path
.
exists
(
folder
):
os
.
makedirs
(
folder
)
os
.
system
(
"git submodule update --init mcviz.standalone"
)
ret
=
subprocess
.
call
([
join
(
home_dir
,
'bin'
,
'pip'
),
'install'
,
'-e'
,
'mcviz.standalone'
])
if
ret
:
...
...
mcviz/utils/make_bootstrap.py
View file @
484b8790
...
...
@@ -10,6 +10,8 @@ def after_install(options, home_dir):
if not os.path.exists(folder):
os.makedirs(folder)
os.system("git submodule update --init mcviz.standalone")
ret = subprocess.call([join(home_dir, 'bin', 'pip'), 'install', '-e',
'mcviz.standalone'])
if ret:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment