From e108fddb41261027f042c6dab71906ec8561e3d9 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Oct 25 2018 22:03:06 +0000 Subject: 212 - /usr/bin/virtualenv is now in python3-virtualenv package --- diff --git a/modules/release-notes/pages/developers/Development_Python.adoc b/modules/release-notes/pages/developers/Development_Python.adoc index 7b8cad7..854d8b3 100644 --- a/modules/release-notes/pages/developers/Development_Python.adoc +++ b/modules/release-notes/pages/developers/Development_Python.adoc @@ -26,6 +26,11 @@ The [command]`python` command continues to mean Python 2, but it is not guarante See the link:++https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package++[Change page] for detailed information and justification for this change. +== /usr/bin/virtualenv is now in the python3-virtualenv package + +The [command]`virtualenv` command now comes from the [package]`python3-virtualenv` package, as opposed to earlier releases where the command was in the [package]`python2-virtualenv`. +This effectively switches the command to Python 3; if you run `virtualenv` without any additional options, it will create Python 3 environments. Use `virtualenv -p python2.7` to get the previously default behavior. + == Ansible now uses Python3 by default The `ansible` package in Fedora is switching to use *Python 3* by default, instead of *Python 2*. See xref:fedora:release-notes:sysadmin/Automation.adoc[Automation] for details.