Using standard Python

This page documents the python  installation on NVIDIA DGX-1. This is the recommended way of using Python, and the best way to be able to configure custom sets of packages for your use.

Following libraries have been installed using conda in virtualenv of Python 2.7 and Python 3.5:

numpy, scipy, ipython, cython, matplotlib, pandas, scikit-learn, scrapy, nltk, pattern, gensim, seaborn, bokeh, basemap

Using standard Python

Standard Python 2 and 3 are available to be loaded as a module:

python2/2.7.14
python3/3.5

Use the following command to load a particular version of python 2.7.14 in .bashrc :

export PATH=/usr/bin/python2.7:$PATH

Set environment path:

source /opt/env/bin/activate

Run the commandsource .bashrc

Use the following command to load a particular version of python 3.5 .bashrc :
export PATH=/usr/bin/python3.5:$PATH

Set environment path:

source /opt/env3/bin/activate

Run the commandsource .bashrc

 

For any queries, raise a ticket in the helpdesk or please contact System Administrator, #103,SERC.