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.
And in case if there is no
And in general, how to properly use python in FreeBSD?
Thanks.
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 do?And in general, how to properly use python in FreeBSD?
Thanks.