Skip to content

Commit

Permalink
Sonar upgrade POC - Fixed virtual env name
Browse files Browse the repository at this point in the history
  • Loading branch information
lindanasredin committed Aug 16, 2023
1 parent 12800dd commit c47f30b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Install, create and activate the virtual environment
pip3 install virtualenv
python3 -m virtualenv lenv
source lenv/bin/activate
python3 -m virtualenv venv
source venv/bin/activate

pip3 install -r ${path}/python_upgrader/requirements.txt

Expand Down

0 comments on commit c47f30b

Please sign in to comment.