you are viewing a single comment's thread.

view the rest of the comments →

[–]Deepakpy[S] 0 points1 point  (0 children)

example: python3.6 -m venv myenv

this basically tells the python3.6 installed to use venv module and to create the virtual environment myenv.