Jason Novinger to Programmer [email protected] • 1 year agoxkcd #1987: Python Environmentxkcd.comexternal-linkmessage-square74fedilinkarrow-up1364arrow-down17cross-posted to: [email protected]
arrow-up1357arrow-down1external-linkxkcd #1987: Python Environmentxkcd.comJason Novinger to Programmer [email protected] • 1 year agomessage-square74fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink1•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]linkfedilink4•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).