typos
This commit is contained in:
parent
e5eb8354d4
commit
860035646d
@ -426,7 +426,7 @@ are provided with all modules included.</para>
|
|||||||
|
|
||||||
<section xml:id="python-build-env"><title><function>python.buildEnv</function> function</title>
|
<section xml:id="python-build-env"><title><function>python.buildEnv</function> function</title>
|
||||||
<para>
|
<para>
|
||||||
Create Python envorinments using low-level <function>pkgs.buildEnv</function> function. Example <filename>default.nix</filename>:
|
Create Python environments using low-level <function>pkgs.buildEnv</function> function. Example <filename>default.nix</filename>:
|
||||||
|
|
||||||
<programlisting language="nix">
|
<programlisting language="nix">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
@ -475,7 +475,7 @@ are provided with all modules included.</para>
|
|||||||
<section xml:id="python-tools"><title>Tools</title>
|
<section xml:id="python-tools"><title>Tools</title>
|
||||||
|
|
||||||
<para>Packages inside nixpkgs are written by hand. However many tools
|
<para>Packages inside nixpkgs are written by hand. However many tools
|
||||||
exist in community to help save time. No tool is prefered at the moment.
|
exist in community to help save time. No tool is preferred at the moment.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -535,10 +535,10 @@ exist in community to help save time. No tool is prefered at the moment.
|
|||||||
<programlisting language="bash">$ nix-shell -p pythonPackages.pyramid zlib libjpeg git</programlisting>
|
<programlisting language="bash">$ nix-shell -p pythonPackages.pyramid zlib libjpeg git</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<note><para>
|
||||||
Note: there is a boolean value <varname>lib.inNixShell</varname> set to
|
There is a boolean value <varname>lib.inNixShell</varname> set to
|
||||||
<varname>true</varname> if nix-shell is invoked.
|
<varname>true</varname> if nix-shell is invoked.
|
||||||
</para>
|
</para></note>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user