Jason Novinger to Programmer Humor · 1 year agoxkcd #1987: Python Environmentxkcd.comexternal-linkmessage-square71fedilinkarrow-up1370arrow-down18cross-posted to: [email protected][email protected]
arrow-up1362arrow-down1external-linkxkcd #1987: Python Environmentxkcd.comJason Novinger to Programmer Humor · 1 year agomessage-square71fedilinkcross-posted to: [email protected][email protected]
minus-squareOsamaBinLogin@lemmy.fmhy.mllinkfedilinkarrow-up1·1 year agoSeconded, after being burned repeatedly I always do this. But why are you calling activate from the directory above?
minus-squaresolidsnaillinkfedilinkarrow-up4·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).