From: Dave P. <dav...@gm...> - 2012-12-10 19:10:50
|
On 10 December 2012 18:44, Brian Neal <bg...@gm...> wrote: > On Mon, Dec 10, 2012 at 12:18 PM, Dave Pawson <dav...@gm...> wrote: >> Is there a Pythonic way to install from github please? > > $ pip install git+https://github.com/waylan/Python-Markdown.git > > I highly recommend using pip + virtualenv. > > http://www.pip-installer.org/en/latest/index.html > http://www.virtualenv.org/en/latest/ .... OK pip installed. I now have the 2.3 version installed.... but seemingly only within this virtual environment? $ . myenv/bin/activate (myenv)[dpawson@homer python]$ python -m markdown --version __main__.py 2.3.dev But [dpawson@homer ~]$ python -m markdown --version __main__.py 2.2.0 So I guess I need to move pymarkdown from virtual to 'real'? 1. How to get rid of 2.2.0 please ? Installed via easy_install 2. How to replace it with 2.3? TIA -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk |