Show More
@@ -240,8 +240,7 b' def main() :' | |||||
240 | dest = pargs.install_dir |
|
240 | dest = pargs.install_dir | |
241 | else: |
|
241 | else: | |
242 | profile = pargs.profile |
|
242 | profile = pargs.profile | |
243 |
st |
|
243 | dest = os.path.join(locate_profile(profile), 'static', 'mathjax') | |
244 | dest = os.path.join(static, 'mathjax') |
|
|||
245 |
|
244 | |||
246 | if pargs.dest : |
|
245 | if pargs.dest : | |
247 | print dest |
|
246 | print dest |
General Comments 0
You need to be logged in to leave comments.
Login now