On 6/2/19 3:00 PM, Martín Marqués wrote:
FYI, it seems that down the road between fc28 and fc30 (don't have an fc29 handy to test this) the python2-virtualenv package doesn't come with `/usr/bin/virtualenv`. Is there a reason for the missing binary?

From the package changelog:
* Wed Aug 15 2018 Miro Hrončok <mhron...@redhat.com> - 16.0.0-5
- Only have one /usr/bin/virtualenv (#1599422)
- Provide "virtualenv" (#1502670)

/usr/bin/virtualenv is now provided by "python3-virtualenv".  If you install that package, you should be able to use the -p argument to specify a python, or (IIRC) you can use "python2 -m virtualenv DIR".

If you've been waiting until the last minute to port your code to python3, this is it.  This *is* the last minute.  :)
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to