mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
docs: Add missing conda list description
This commit is contained in:
parent
929ca8a254
commit
7da132dea1
1 changed files with 10 additions and 6 deletions
|
|
@ -12,6 +12,14 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
-->
|
||||
<h4>Usage</h4>
|
||||
<div>
|
||||
Get the Conda Infomation
|
||||
<pre>%python.conda info</pre>
|
||||
</div>
|
||||
<div>
|
||||
List the Conda environments
|
||||
<pre>%python.conda env list</pre>
|
||||
</div>
|
||||
<div>
|
||||
Activate an environment (python interpreter will be restarted)
|
||||
<pre>%python.conda activate [ENV NAME]</pre>
|
||||
|
|
@ -21,10 +29,6 @@ limitations under the License.
|
|||
<pre>%python.conda deactivate</pre>
|
||||
</div>
|
||||
<div>
|
||||
List the Conda environments
|
||||
<pre>%python.conda env list</pre>
|
||||
</div>
|
||||
<div>
|
||||
Get the Conda Infomation
|
||||
<pre>%python.conda info</pre>
|
||||
Get installed package list inside the current environment
|
||||
<pre>%python.conda list</pre>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue