Skip to content
Discussion options

You must be logged in to vote

You first create the virtual environment on the server:

  1. Install venv if it is not already installed. e.g.
    $ sudo apt install python3.10-venv
  2. Create the venv e.g.
    $ python3 -m venv /home/username/python/venv

In PyScriprer :

  1. Create a new SSH server with "Command to python executable": /home/username/python/venv/bin/python3
  2. Select the new server to use it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pyscripter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants