On Tuesday, October 10, 2017 at 4:22:05 AM UTC-7, Boris wrote:
>
> I almost managed to solve the problem. The thing was I updated Trac on a 
> Debian distro (Jessie) which already had Trac 1.0.13 installed. For that, I 
> used easy_install since an updated Trac package was not available through 
> apt. However, mixing easy_install and apt to install packages on Debian is 
> not a very good thing, see here https://workaround.org/easy-install-debian
> .
>
> So I will probably directly upgrade the whole OS in the future. For now, I 
> downgraded to Trac 1.0.13 and reverted the projects databases, everything 
> works smoothly.
>
> Boris
>

The article mentions installing in a virtualenv as an option, which I think 
is a good option.

pip makes up for many of the mentioned shortcomings of easy_install and 
allows for better package management. pip is the modern way of doing python 
package management and easy_install isn't needed anymore.

- Ryan  

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to