fedora-python / fedoralovespython.org

Fedora Loves Python website
https://fedoralovespython.org/
MIT License
15 stars 7 forks source link

update deprecated venv syntax #32

Closed offthewoll closed 7 years ago

offthewoll commented 7 years ago

In Python 3.6, pyvenv is deprecated in favor of python3 -m venv (see https://docs.python.org/3/library/venv.html#module-venv).

hroncok commented 7 years ago

Thanks. I wanted to to do that and then I forgot. Good catch!