Virtual Environments to Customize Environment
Using a Virtual Venv
To create a virtual environment, one can use the --system-site-packages flag:
System Site Packages
There are many packages available on the system. Run the following Python script to retrieve the location of the packages:
Given the location of the packages, one may list the packages. For example:
Installing Packages
Install packages in the normal manner such as:
For more details see Use pip for installing.
To install a different version of a package that is already installed in one's environment, one can use:
Note: Conda is not supported on the SambaNova system.