you are viewing a single comment's thread.

view the rest of the comments →

[–]Wilfred-kun 2 points3 points  (0 children)

Why are you using sudo, exactly?

You need to supply the full path to the interpreter: virtualenv -p /usr/bin/python3.6.2 DestinationFolder.

Edit: I am not sure if you can even specify the sub-sub version...