Jason Novinger to Programmer Humor@programming.dev • 2 years agoxkcd #1987: Python Environmentxkcd.comexternal-linkmessage-square75fedilinkarrow-up1369arrow-down17cross-posted to: xkcd@lemmy.worldpython@lemmy.ml
arrow-up1362arrow-down1external-linkxkcd #1987: Python Environmentxkcd.comJason Novinger to Programmer Humor@programming.dev • 2 years agomessage-square75fedilinkcross-posted to: xkcd@lemmy.worldpython@lemmy.ml
minus-square@OsamaBinLogin@lemmy.fmhy.mllinkfedilink1•2 years agoSeconded, after being burned repeatedly I always do this. But why are you calling activate from the directory above?
minus-square@solidsnail@programming.devlinkfedilink4•2 years agoI don’t think he does. If you’re talking about the third line, there’s a space between the dots. The dot command is equivalent to source (running the script in the context of the current shell).
Seconded, after being burned repeatedly I always do this. But why are you calling activate from the directory above?
I don’t think he does. If you’re talking about the third line, there’s a space between the dots.
The dot command is equivalent to
source
(running the script in the context of the current shell).