Update a old PyLucid installation.
To update a created
PyLucid
virtual environment simply call this script:
(New since 14.07.2011)
Bash ~$ cd PyLucid_env
~/PyLucid_env$ ./upgrade_pylucid_env.sh
You can pass "--help" to the script for more information.
After starting the script you will get a menu to select which requirement should be upgraded. It looks like this:
Unbekannter Typ
Which package should be upgraded?
(0) feedparser>=5.0.1,<5.1
(1) Pygments>=1.4,<1.5
(2) django-reversion>=1.4,<1.5
(3) django-dbtemplates>=1.1.1,<1.2
(4) django-tagging>=0.3.1,<0.4
(5) South>=0.7.3,<0.8
(6) Django>=1.3,<1.4
(7) python-creole==0.6
(8) django-dbpreferences>=0.4.2,<0.5
(9) django-tools>=0.18.1,<0.19
(10) --editable=git+git://github.com/jedie/PyLucid.git#egg=pylucid
(a) upgrade all packages
Please select (one entry or comma seperated):
Important: You should first upgrade
PyLucid and then restart the script and upgrade the rest! (So the pip requirements files would be updated first)
Note: Upgrade would only active if you restart the server process!
This script will start /scripts/upgrade_pylucid_env.py
Upgrade packages in
virtualenv can be done here:
"PyLucid admin menu" / "tools" / "update
virtualenv "
Note:
Today, you can only update "editable source" packages.
Upgrade would only active if you restart the server process!
This can be also done at web interface with the external plugins called System information .
Information about installed packages can you get here:
"PyLucid admin menu" / "system" / "package info "