Closed naoe-tatara closed 3 years ago
It seems that in some cases use of python -m venv venv/ instead of python3works, so I suggest to add this note. Not sure if the note syntax is successfully rendered (not tried previewing locally), so modify to make it correct. Thanks!
python -m venv venv/
python3
It seems that in some cases use of
python -m venv venv/
instead ofpython3
works, so I suggest to add this note. Not sure if the note syntax is successfully rendered (not tried previewing locally), so modify to make it correct. Thanks!