Hello, I just downloaded the source code of virtualenv and tried to
create a new virtualenv and it worked!

Here are the commands:

humi...@eulogia: ~/tmp $ hg clone https://humi...@bitbucket.org/ianb/virtualenv
destination directory: virtualenv
requesting all changes
adding changesets
adding manifests
adding file changes
added 321 changesets with 587 changes to 88 files
updating to branch trunk
51 files updated, 0 files merged, 0 files removed, 0 files unresolved
humi...@eulogia: ~/tmp $ cd virtualenv/
humi...@eulogia: ~/tmp/virtualenv $ ls
bin  docs  MANIFEST.in  scripts  setup.py  virtualenv.py  virtualenv_support
humi...@eulogia: ~/tmp/virtualenv $ ls virtualenv_support/
activate.bat      deactivate.bat            distutils.cfg
__init__.py                  setuptools-0.6c11-py2.5.egg
activate.sh       distribute-0.6.14.tar.gz  distutils-init.py
pip-0.7.2.tar.gz             setuptools-0.6c11-py2.6.egg
activate_this.py  distribute_setup.py       ez_setup.py
setuptools-0.6c11-py2.4.egg  site.py
humi...@eulogia: ~/tmp/virtualenv $ ls
bin  docs  MANIFEST.in  scripts  setup.py  virtualenv.py  virtualenv_support
humi...@eulogia: ~/tmp/virtualenv $ python2.6 virtualenv.py ../testing
New python executable in ../testing/bin/python2.6
Also creating executable in ../testing/bin/python
Installing setuptools............done.
humi...@eulogia: ~/tmp/virtualenv $ sudo /etc/init.d/networking stop
Deconfiguring network interfaces...done.
humi...@eulogia: ~/tmp/virtualenv $ python2.6 virtualenv.py ../testing-2
New python executable in ../testing-2/bin/python2.6
Also creating executable in ../testing-2/bin/python
Installing setuptools............done.
humi...@eulogia: ~/tmp/virtualenv $

Take a look at the content of the "virtualenv_support" from the
virtualenv repository and compare with the content from my hard disk:

humi...@eulogia: ~ $ ls -l /usr/share/pyshared/virtualenv/virtualenv_support/
total 1388
-rw-r--r-- 1 root root 390582 nov  2  2009 distribute-0.6.8.tar.gz
-rw-r--r-- 1 root root      0 nov  2  2009 __init__.py
-rw-r--r-- 1 root root 337658 nov  2  2009 setuptools-0.6c11-py2.4.egg
-rw-r--r-- 1 root root 333390 nov  2  2009 setuptools-0.6c11-py2.5.egg
-rw-r--r-- 1 root root 333447 nov  2  2009 setuptools-0.6c11-py2.6.egg
humi...@eulogia: ~ $

I think that there are some eggs that aren't include in the debian package.

Thanks for all!

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
PyAr: http://www.python.com.ar/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to