Page 252 - Beginning Programming with Pyth - John Paul Mueller
P. 252

The output of these commands is lengthy and might scroll right off the end of the screen buffer (making it impossible to scroll back and view all of the results). For example, Figure 11-10 shows what happens when youuseconda listbyitself.
FIGURE11-10:Theconda listoutputisratherlengthyandmayoverrunthescreenbuffer.
Note that the output shows the package name, version, and associated version of Python. You can use this output to determine whether a package is installed on your system. However, sometimes you need more, which requires a search. For example, say that you want to know what you have installed from the scikit-learn package for the Windows 64-bit platform. In this case, you type conda search --platform win-64 scikit-learn and press Enter, which outputs the details shown in Figure 11-11.
     































































































   250   251   252   253   254