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