cc_staff
127
edits
No edit summary |
(pip operators such as < and > must be quoted) |
||
Line 640: | Line 640: | ||
|prompt=(ENV) [name@server ~] | |prompt=(ENV) [name@server ~] | ||
|pip install --upgrade pip | |pip install --upgrade pip | ||
|pip install --no-index package1{{=}}{{=}}X.Y package2{{=}}{{=}}X.Y.Z package3<X.Y package4>X.Y | |pip install --no-index 'package1{{=}}{{=}}X.Y' 'package2{{=}}{{=}}X.Y.Z' 'package3<X.Y' 'package4>X.Y' | ||
}} | }} | ||
and then create a [[Python#Creating_virtual_environments_inside_of_your_jobs|requirements file]] that will be used to install the required packages in your job. | and then create a [[Python#Creating_virtual_environments_inside_of_your_jobs|requirements file]] that will be used to install the required packages in your job. |