Changes between Version 26 and Version 27 of Python3Support
- Timestamp:
- 11/12/18 07:34:35 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Python3Support
v26 v27 648 648 Installation of virtualenv-3: 649 649 {{{ 650 # 1)generic, using pip (WHICH SYSTEM?)650 # generic, using pip (WHICH SYSTEM?) 651 651 pip install virtualenv 652 # 2)on Debian/Ubuntu652 # on Debian/Ubuntu 653 653 sudo apt install python3-virtualenv 654 # on Fedora 655 sudo dnf install python3-virtualenv 654 656 }}} 655 657