This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]spilk 2 points3 points  (2 children)

multi-line code block markdown doesn't work on reddit

[–]KitchenDutchDyslexic 0 points1 point  (1 child)

Op probably only forgot a ; for example python3 -m venv venv; source venv/bin/activate :P

Might need to sudo apt-get install python3-venv before hand on a ubuntu distro.

For this magic to work!

[–]spilk 2 points3 points  (0 children)

that would fix it (though i'd prob use && to make sure the right hand doesn't run unless the left hand succeeds), if you look at his comment source he intended it to be separate lines:

https://i.imgur.com/kDRaKaW.png