Hi!
I have tried deploying tljh on an Ubuntu 20.04 instance. Is there an easy way to generate the current libraries installed, something similar to pip freeze?
Hi!
I have tried deploying tljh on an Ubuntu 20.04 instance. Is there an easy way to generate the current libraries installed, something similar to pip freeze?
Hi,
in the browser start a terminal in your TLJH.
There you can list all packages with the following command:
conda list
and all packages in a specific environment (env_name is our environment name):
conda list -n env_name