Pycharm Remote SSH, How to launch venv and then install into it.
I have installed matplotlib on the target via ssh. However torch does not install, so it needs to go into venv. Interpreteter is remote python sftp:// path to target. For some reason the venv is not sourced, so torch is not installed in venv, what did I miss?
Please sign in to leave a comment.
Hi foxsquirrel, would you try re-creating the SSH interpreter followed by installing needed packages in the virtual environment? Does it help?