View Single Post
Old 12th October 2018
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default

Quote:
Originally Posted by ibara View Post
You just did check if running python runs the interpreter. And the shell told you
Code:
ksh: python: not found
The interpreter name is python2 (or python3, if you prefer Python 3).
Code:
$ pkg_info -Q python                                                       
biopython-1.66p1
bpython-0.17.1
bpython3-0.17.1
collectd-python-5.7.2p1
compizconfig-python-0.8.4p2
diveintopython-5.4p1
diveintopython3-20130531
freeradius-python-3.0.16
hamlib-python-1.2.15.3p0
ipython-5.3.0
ipython3-5.3.0
libvirt-python-1.3.5p0
opensmtpd-extras-python-201703132115p1
postgresql-plpython-10.3
py-GitPython-1.0.2
py-dnspython-1.15.0 (installed)
py-ipython_genutils-0.2.0
py-python2-pythondialog-3.3.0p0
py-wxPython-2.8.12.0p4
py3-dnspython-1.15.0
py3-ipython_genutils-0.2.0
python-2.7.14p1 (installed)
python-3.6.4p0 (installed)
python-bsddb-2.7.14
python-gdbm-2.7.14
python-gdbm-3.6.4
python-idle-2.7.14p0
python-idle-3.6.4
python-tests-2.7.14
python-tests-3.6.4
python-tkinter-2.7.14
python-tkinter-3.6.4
python-tools-2.7.14
texworks-python-0.4.4p3v0
weechat-python-2.0.1
xapian-bindings-python-1.4.5p0
Looks like they are installed.
Reply With Quote