I am starting a Python web project, and taking this oppotunity to learn django or flask. Development work will be done in my FreeBSD VirtualBox virtual machine. Before I started, I checked if Python was already installed. And yes, it was already loaded with version 2.7.12. [alvinsim@freebsd ~]$ which python /usr/local/bin/python [alvinsim@freebsd ~]$ python –version Python 2.7.12 [alvinsim@freebsd ~]$ But, I wanted to develop using Python 3. So, I searched if there was a port for it. [alvinsim@freebsd ~]$ psearch…
Leave a Comment