Difference between revisions of "Talk:Build PyCEGUI from source for Linux"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(blather)
 
m (sign; header)
Line 1: Line 1:
 +
== Thoughts ==
 
A good topic, one close to my heart.
 
A good topic, one close to my heart.
  
Line 10: Line 11:
 
* 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.
 
* 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?
 
* 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?
 +
- [[User:Crond|Crond]] 11:30, 10 July 2011 (UTC)

Revision as of 11:30, 10 July 2011

Thoughts

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?

- Crond 11:30, 10 July 2011 (UTC)