This commit is contained in:
ton
2023-09-04 19:56:08 +07:00
parent 43bdbfdee9
commit 1d3069053a
4 changed files with 40 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
# 2. delete CondaPkg.toml file in working folder
# using Pkg; Pkg.activate(".");
# pythonPkg = ["CondaPkg", "PythonCall"]
# for i in pythonPkg Pkg.rm(i) end
# for i in pythonPkg try Pkg.rm(i) catch end end
# for i in pythonPkg Pkg.add(i) end
# using CondaPkg, PythonCall
# channels = ["anaconda", "conda-forge", "pytorch"]