Changes between Version 33 and Version 34 of Python3Support
- Timestamp:
- 12/27/18 03:35:02 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v33 v34 649 649 Installation of virtualenv-3: 650 650 {{{ 651 # generic, using pip (WHICH SYSTEM?)652 pip installvirtualenv651 # on Fedora 652 sudo dnf install python3-virtualenv 653 653 # on Debian/Ubuntu 654 654 sudo apt install python3-virtualenv 655 # on Fedora656 sudo dnf install python3-virtualenv657 655 }}} 658 656