Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Installation troubles

Garnier__Maxime
Beginner
639 Views

Hi,

I am posting this because I didn't find any solution to my problem.

I am now working under Ubuntu 18.04 and I want to try out intelpython3 in parallel to the standard Python distribution to compare the performances (mainly for the MKL libraries). I followed all the installation instructions and then ran

cd /opt/intel/intelpython3
source bin/activate root

I was just returned 

(root)

And nothing else happens.

Did I miss something? 

Also, when I now run 

sudo apt-get update

I get 

Distribution en conflit : https://apt.repos.intel.com/intelpython binary/ InRelease (binary/ attendu, mais  obtenu)

Which is basically "distribution conflict, binary/ expected but received". I don't know if this has anything to do with the previous problem.

 

Thanks in advance,

0 Kudos
3 Replies
pal__Ashwini
Beginner
639 Views

I think your installation is working fine. Just type python3 or python in the shell command line and press enter. It will show the information about the current python environment(version, and vendor information)

0 Kudos
gaston-hillar
Valued Contributor I
639 Views

Maxime,

After you activate a virtual environment, you will see the virtual environment named enclosed within parenthesis in the OS propmpt (root) in your case.

0 Kudos
gaston-hillar
Valued Contributor I
639 Views

Maxime,

You can read more info about Python 3 virtual environments here

0 Kudos
Reply