Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux_modules:anaconda3 [2018/10/19 16:51] ktm5j created |
linux_modules:anaconda3 [2018/11/15 15:30] (current) ktm5j |
||
---|---|---|---|
Line 18: | Line 18: | ||
[ktm5j@portal01] ~$ echo $PATH | [ktm5j@portal01] ~$ echo $PATH | ||
/sw/centos/anaconda3/5.0.1/bin:/usr/local/bin:/usr/local/sbin:/usr/.... | /sw/centos/anaconda3/5.0.1/bin:/usr/local/bin:/usr/local/sbin:/usr/.... | ||
+ | [ktm5j@portal01] ~$ which python | ||
+ | /sw/centos/anaconda3/5.0.1/bin/python | ||
+ | [ktm5j@portal01] ~$ python | ||
+ | Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) | ||
+ | [GCC 7.2.0] on linux | ||
+ | Type "help", "copyright", "credits" or "license" for more information. | ||
+ | >>> | ||
</code> | </code> | ||