python - can I update all anaconda packages by manually replacing the folder of packages? -
i have anaconda installed on computer various reasons (firewall mainly) cannot update packages using old
conda update --all
also, downloading package manually , running
conda install [path file] --offline
does not work either (don't know why + not want every single package need update.. many of them).
so wonder whether more radical , powerful possible: updating every desired package on personal laptop (that has anaconda no network restrictions) , copy-pasting full folder of updated packages firewalled computer.
is going work? use win 7 64bit.
many thanks!!
Comments
Post a Comment