Skip to content

Conversation

akumria
Copy link

@akumria akumria commented May 4, 2012

Python virtual environments (virtualenv) can have private library and
include directories. If we detect that we are inside a virtualenv
(with the VIRTUAL_ENV environment variable) add it to the list of paths
to search for the re2 library.

Installing the re2 library in a virtualenv is basically:

make
make test
make install prefix=$VIRTUAL_ENV

Python virtual environments (virtualenv) can have private library and
include directories. If we detect that we are inside a virtualenv
(with the VIRTUAL_ENV environment variable) add it to the list of paths
to search for the re2 library.

Installing the re2 library in a virtualenv is basically:

	make
	make test
	make install prefix=$VIRTUAL_ENV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant