Talk:Build PyCEGUI from source for Linux

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Revision as of 11:29, 10 July 2011 by Crond (Talk | contribs) (blather)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A good topic, one close to my heart.

I am curious, though; in this snippet:

sudo rmdir /usr/local/lib/python2.6/site-packages sudo ln -s /usr/local/lib/python2.6/dist-packages/ /usr/local/lib/python2.6/site-packages

  • If 'site-packages' is not empty, that command will fail; an 'rm -r' would be necessary, but in that case it means the directory might have valuable contents.
  • Which leads to my next question: is deleting that directory a good idea? Could it cause future problems with some other arbitrary piece of software?