#31 use venv for virtualenv operations

Closed
opened 4 years ago by sumpfralle · 1 comments

replace

( . "build/venv/bin/activate" && "python3" -m pip install --upgrade -r "requirements.txt" )

with

build/venv/bin/python -m pip install --upgrade -r requirements.txt
replace ```shell ( . "build/venv/bin/activate" && "python3" -m pip install --upgrade -r "requirements.txt" ) ``` with ```shell build/venv/bin/python -m pip install --upgrade -r requirements.txt ```
sumpfralle commented 3 years ago
Owner

Probably fixed in e498c5d06f.

Probably fixed in e498c5d06fecbc8afca6ff1a1e6ef592cd87ba3c.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.