Jason Novinger to Programmer [email protected] • 1 year agoxkcd #1987: Python Environmentxkcd.comexternal-linkmessage-square76fedilinkarrow-up1415arrow-down19cross-posted to: xkcd[email protected]
arrow-up1406arrow-down1external-linkxkcd #1987: Python Environmentxkcd.comJason Novinger to Programmer [email protected] • 1 year agomessage-square76fedilinkcross-posted to: xkcd[email protected]
minus-square@[email protected]linkfedilink2•1 year agoSeconded, after being burned repeatedly I always do this. But why are you calling activate from the directory above?
minus-square@[email protected]linkfedilink6•1 year 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).