python3.11: fix virtual environment path in EXTERNALLY-MANAGED msg

This commit is contained in:
classabbyamp 2024-02-15 00:41:40 -05:00 committed by classabbyamp
parent 84a1e328ad
commit b83e6ae129
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ Error=
environment, e.g.:
python3 -m venv /path/to/venv
/path/to/venv/pip install <package>
/path/to/venv/bin/pip install <package>
Appending the flag --system-site-packages to the first command will give the
virtual environment access to any Python package installed via XBPS.
@ -17,7 +17,7 @@ Error=
should automatically use the virtual environment. Alternatively, source its
activation script to add the environment to the command search path for a shell:
. /path/to/venv/activate
. /path/to/venv/bin/activate
After activation, running

View file

@ -1,7 +1,7 @@
# Template file for 'python3.11'
pkgname=python3.11
version=3.11.8
revision=1
revision=2
build_style="gnu-configure"
configure_args="--enable-shared --enable-ipv6 --enable-optimizations
--enable-loadable-sqlite-extensions --with-computed-gotos