--
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 leo-editor+...@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Whoa, apt on windows, cool.
>pip install -i https://testpypi.python.org/pypi leo-editor
--
The package page: https://testpypi.python.org/pypi/leo-editor/4.10-final
-matt--
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 leo-editor+...@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
On Fri, Apr 19, 2013 at 4:04 AM, Matt Wilkie <map...@gmail.com> wrote:
> Here is a recipe for installing Leo from scratch on Windows (Win7 tested).
...and the results of that recipe, with some very small hand edits, packaged up in an all-in-one ready to go portable Leo zipfile (52mb). Simply unpack somewhere and run Leo.bat.
https://googledrive.com/host/0BxjYoJ7VMm5VbE11NHM3Q3RIRVk/I'm interested in how well it does or doesn't work on different flavours of Windows.That's great. I'll test it on my virtualbox winxp later.
Btw, I strongly suggest add this recipe and this link to leo's doc.
There are so much of recipes(like pearls) bury under googlegroups instead of doc for permanent saving.
-matt--
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 leo-editor+...@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
Sincerely,
HaveF
Does this leo.bat work better?
{{{
setlocal
set PYTHONHOME=%~dp0\root\apps\Python27
set PATH=%~dp0\root\bin
%~dp0\root\bin\python.exe %PYTHONHOME%\Scripts\leo
endlocal
pause}}}If not please send me the results of what it prints to the console window.
cheers,-matt
--
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 leo-editor+...@googlegroups.com.
To post to this group, send email to leo-e...@googlegroups.com.
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.