mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3.11: fix virtual environment path in EXTERNALLY-MANAGED msg
This commit is contained in:
parent
84a1e328ad
commit
b83e6ae129
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue