<pre><codeclass="python language-python hljs"><str> = os.getcwd() <spanclass="hljs-comment"># Returns shell's working dir unless changed.</span>
<pre><codeclass="python language-python hljs"><str> = os.getcwd() <spanclass="hljs-comment"># Returns working dir. Starts as shell's $PWD.</span>
<str> = os.path.join(<path>, ...) <spanclass="hljs-comment"># Joins two or more pathname components.</span>
<str> = os.path.join(<path>, ...) <spanclass="hljs-comment"># Joins two or more pathname components.</span>
<str> = os.path.realpath(<path>) <spanclass="hljs-comment"># Resolves symlinks and calls path.abspath().</span>
<str> = os.path.realpath(<path>) <spanclass="hljs-comment"># Resolves symlinks and calls path.abspath().</span>
</code></pre>
</code></pre>
@ -2931,7 +2931,7 @@ $ deactivate <span class="hljs-comment"># Deactivates the active