copy folders from one location to another, inside Jupyterlab?
Hi, is there a way to copy folders from one location to another, inside Jupyterlab? I want to install something but it installs in the wrong venv folder.
Solution:Jump to solution
You can't copy things in a venv from one folder to another, the venv path is hard-coded so you need to use terminal and
pip install
.1 Reply
Solution
You can't copy things in a venv from one folder to another, the venv path is hard-coded so you need to use terminal and
pip install
.