File: README.Debian

package info (click to toggle)
python-virtualenv 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 896 kB
  • ctags: 137
  • sloc: sh: 2,501; python: 1,325; xml: 151; makefile: 51
file content (12 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
python-virtualenv for Debian
----------------------------

This package contains eggs for setuptools built for Python 2.4 and
2.5, which are installed into the virtual environment being built.
The script may work with other 2.x versions of Python, but it will
need to connect to PyPI to download an appropriate setuptools egg.  To
do this, run the interpreter explicitly on the virtualenv script.

So far, virtualenv has not been verified to work with Python 3.x.

 -- Jeff Licquia <licquia@debian.org>