mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
test_wheel: don't try to install pip outside the virtual env
We can no longer have pip pre-installed, see #690
This commit is contained in:
parent
6b3e6f9097
commit
fef72ab2a5
@ -19,9 +19,6 @@ def test_wheel(wheel, verbose=False):
|
||||
print("Setting up virtual environment in {0}".format(envdir))
|
||||
sys.stdout.flush()
|
||||
|
||||
# Make sure pip is up-to-date first.
|
||||
subprocess.call([sys.executable, "-B", "-m", "pip", "install", "-U", "pip"])
|
||||
|
||||
# Create a virtualenv.
|
||||
if sys.version_info >= (3, 0):
|
||||
subprocess.call([sys.executable, "-B", "-m", "venv", "--clear", envdir])
|
||||
|
Loading…
x
Reference in New Issue
Block a user