Skip to content

Commit

Permalink
Removes virtualenv tool use venv module.
Browse files Browse the repository at this point in the history
  • Loading branch information
manz authored Sep 28, 2021
1 parent da43bfa commit b48d89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ git clone https://github.com/manz/ff4.git ff4
cd ff4

# create the python 3 virtualenv
virtualenv VE_ff4 -p `python3-config --exec-prefix`/bin/python3
python3 -m venv VE_ff4

# install dependencies
source VE_ff4/bin/activate
pip install -r requirements.txt

# build the patch ?
python3.4 build.py
python3 build.py

0 comments on commit b48d89d

Please sign in to comment.