I have to change my Python to run a specific version. I know I have to rebuild PyCall but I am doing something wrong. I have used PyCall using Pluto’s internal Pkg manager but when I run the cell
Pkg.build(“PyCall”)
I get
UndefVarError: Pkg not defined
top-level scope@Local: 1
What am I doing wrong please?
here’s the Pluto code
ENV["PYTHON"]="/usr/bin/python3/"
using PyCall
Pkg.build("PyCall")