<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 21, 2015 at 7:42 AM, Junhwan Choi (최준환) <span dir="ltr"><<a href="mailto:choi.junhwan@gmail.com" target="_blank">choi.junhwan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi yt user,<br>
<br>
I have one naive question.<br>
I install yt from the yt source with setup.py.<br>
There are two different way you can install.<br>
1) python setup.py develop<br>
2) python setup.py build and python setup.py install<br>
<br>
What is the different between two approach?<br>
Strangely, when I install with 1), the yt is installed but it crash<br>
when it runs.<br>
However, when I install with 2), the yt is installed and the same<br>
script run at this time.<br>
Is there anyone had a similar experience?<br></blockquote><div><br></div><div>The main difference is the location of the installation.  The former uses the clone of the mercurial repository as the "active" installation, the latter copies all relavent files to a folder in your python's site_packages directory.</div><div><br></div><div>Can you share the error message you see under "setup.py develop"?  It's very hard to diagnose what's going wrong without a specific error message to look at.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you,<br>
Junhwan Choi<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div></div>