#13 Fix the venv call to work on python3
Merged 4 years ago by jibecfed. Opened 4 years ago by misc.
fedora-docs/ misc/translations-scripts fix_venv  into  master

Fix the venv call to work on python3
Michael Scherer • 4 years ago  
file modified
+1 -4
@@ -16,10 +16,7 @@ 

  git clone ssh://git@pagure.io/fedora-docs/localization.git --quiet

  

  echo "* Installing Python depedencies with pip"

- which python

- python --version

- which pip

- virtualenv venv

+ python3 -m venv  venv

  source venv/bin/activate

  pip install pandas

  

While this work on Fedora, on EL7, this create a python2 venv

Pull-Request has been merged by jibecfed

4 years ago
Metadata