diff --git a/dev-python/gentoo-common/gentoo-common-0.ebuild b/dev-python/gentoo-common/gentoo-common-1.ebuild similarity index 84% rename from dev-python/gentoo-common/gentoo-common-0.ebuild rename to dev-python/gentoo-common/gentoo-common-1.ebuild index 58e23e58f72d7..c09fd9e6d2b84 100644 --- a/dev-python/gentoo-common/gentoo-common-0.ebuild +++ b/dev-python/gentoo-common/gentoo-common-1.ebuild @@ -26,5 +26,12 @@ src_install() { python -m venv /path/to/venv . /path/to/venv/bin/activate pip install mypackage + + To exit the virtual environment, run: + + deactivate + + The virtual environment is not deleted, and can be re-entered by + re-sourcing the activate file. EOF }