[Python-modules-team] Bug#590824: virtualenv from the original source

Manuel Kaufmann humitos at gmail.com
Sun Aug 1 16:42:24 UTC 2010


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

Here are the commands:

humitos at eulogia: ~/tmp $ hg clone https://humitos@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
humitos at eulogia: ~/tmp $ cd virtualenv/
humitos at eulogia: ~/tmp/virtualenv $ ls
bin  docs  MANIFEST.in  scripts  setup.py  virtualenv.py  virtualenv_support
humitos at 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
humitos at eulogia: ~/tmp/virtualenv $ ls
bin  docs  MANIFEST.in  scripts  setup.py  virtualenv.py  virtualenv_support
humitos at 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.
humitos at eulogia: ~/tmp/virtualenv $ sudo /etc/init.d/networking stop
Deconfiguring network interfaces...done.
humitos at 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.
humitos at 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:

humitos at 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
humitos at 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/





More information about the Python-modules-team mailing list