On Mon, Oct 27, 2014 at 11:22 AM, Kent Tenney <[email protected]> wrote: > My experience has been: pip is happy with setup.py, > installs correctly. > > if 'install' in sys.argv: > print "WARNING: 'setup.py install' is known to not work." > print "Either use 'setup.py develop', or run launchLeo.py directly" > print "or run 'pip install .'" > sys.exit()
I suppose the question is, does 'install' appear on the command line when Ville uses setup.py? Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
