cs50

  1. Nick-6

    Solved How to properly install and use python modules in FreeBSD?

    Hello, I'm a newbie in both FreeBSD and programming. I'm now taking CS50 and trying to write code in VSCode. I would like to know how to properly install python modules. pip install <python-module> or doas pkg install py38-<python-module> And in case if there is no pkg version, what should I...
Back
Top