mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't use virtualenv to create the venv on Windows.
This commit is contained in:
@@ -19,11 +19,9 @@ Choose the Desktop development with C++ option.
|
||||
|
||||
choco install -y bzip2 cmake diffutils gzip git innosetup nodejs-lts python strawberryperl wget yarn
|
||||
|
||||
5) Upgrade pip (this may give a permissions error that can be ignored) and
|
||||
install the virtualenv package:
|
||||
5) Upgrade pip (this may give a permissions error that can be ignored):
|
||||
|
||||
pip install --upgrade pip
|
||||
pip install virtualenv
|
||||
|
||||
Building dependencies
|
||||
=====================
|
||||
@@ -115,7 +113,7 @@ yarn run bundle
|
||||
3) Create a virtual env
|
||||
|
||||
cd pgadmin4
|
||||
python -m venv
|
||||
python -m venv venv
|
||||
pip install -r web\regression\requirements.txt
|
||||
pip install sphinx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user