2020-02-24 07:42:07 -05:00
|
|
|
Packages in virtual environment
|
2022-02-14 16:05:55 -05:00
|
|
|
###############################
|
2020-02-24 07:42:07 -05:00
|
|
|
|
|
|
|
To install packages in conda environment you can use both
|
|
|
|
``conda`` and ``pip``.
|
|
|
|
|
|
|
|
Note that ``pip`` is installed in the conda environment which uses ``python3``,
|
|
|
|
and is related to ``pip3`` **inside** the virtual environment,
|
|
|
|
whereas invocation of ``pip3`` directly uses your **system** ``pip3`` instance,
|
|
|
|
typically located in ``/usr/bin/pip3``
|