Skip to content

Commit 088b98f

Browse files
committed
Fixes to the build-debug-python.sh script
1 parent 8af382e commit 088b98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build-debug-python.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# nonsense.)
77
# Usage: build-debug-python.sh <version> <install prefix> <venv location>
88
#
9-
# Running it locally might look something like: mkdir -p ~/src/cpython && cd ~/src/cpython && ~/src/mypyc/scripts/build-debug-python.sh 3.6.6 ~/src/cpython ~/src/mypyc/env-debug
9+
# Running it locally might look something like: mkdir -p ~/tmp/cpython-debug && cd ~/tmp/cpython-debug && ~/src/mypyc/scripts/build-debug-python.sh 3.6.6 ~/tmp/cpython-debug ~/src/mypyc/env-debug
1010

1111
VERSION=$1
1212
PREFIX=$2
@@ -29,6 +29,6 @@ cd Python-$VERSION
2929
CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" ./configure CFLAGS="-DPy_DEBUG -DPy_TRACE_REFS -DPYMALLOC_DEBUG" --with-pydebug --prefix=$PREFIX
3030
make -j4
3131
make install
32-
$PREFIX/bin/pip3 install virtualenv
32+
$PREFIX/bin/python3 -m pip install virtualenv
3333
$PREFIX/bin/python3 -m virtualenv $VENV
3434
ln -s python3-config $PREFIX/bin/python-config

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy