In setting up my Centos 5.5 python2.6.6.... I was able to do easy_install virtualenv with no problem
However, later on when I am following the "System Package Install" instructions it tells me to do: yum install python-virtualenv. When I do that I get the error: "No package python-virtualenv available." Any thoughts on what is going on here... and what is the difference between these two seemingly similar commands. more to the point, when I go to the next step of installing turbogears, I see a lot of warning messages go flying by: virtualenv --no-site-packages -p python2.6 tg2env $ cd tg2env/ $ source bin/activate (tg2env)$ easy_install -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools .... warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' Processing Mako-0.3.4.tar.gz Running Mako-0.3.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-R17bhJ/Mako-0.3.4/egg-dist-tmp-1HYxSE warning: no files found matching '*.js' under directory 'doc' warning: no files found matching '*.jpg' under directory 'doc' warning: no files found matching '*.png' under directory 'doc' warning: no files found matching 'Makefile' under directory 'doc' warning: no files found matching '*.rst' under directory 'doc' warning: no files found matching '*.mako' under directory 'doc' warning: no files found matching '*.sty' under directory 'doc' warning: no files found matching '*.xml' under directory 'examples' warning: no files found matching '*.mako' under directory 'examples' warning: no files found matching '*.dat' under directory 'test' warning: no files found matching 'ez_setup.py' Downloading http://www.turbogears.org/2.1/downloads/current/FormEncode-1.2.2.tar.gz Processing FormEncode-1.2.2.tar.gz Running FormEncode-1.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-AI0V4l/FormEncode-1.2.2/egg-dist-tmp-r7JYNT warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Adding FormEncode 1.2.2 to easy-install.pth file Any thoughts appreciated TIA Ken -- View this message in context: http://old.nabble.com/Difference-between-easy_install-virtualenv-and-yum-install-pythonvirtualenv-tp30740228p30740228.html Sent from the Turbogears General mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

