vagrant virtual env remote inter
hi-
I am trying to setup a remote interpreter with my vagrant VM. I'm using a virtual environment in my /home/vagrant directory, with the django code residing in a subfolder in /var/www that is mapped locally in my Vagrantfile.
When i setup the remote interpreter, it's not picking up any of the packages installed in the virtual environment.
none of the packages for the project are included though:
any ideas?
I am trying to setup a remote interpreter with my vagrant VM. I'm using a virtual environment in my /home/vagrant directory, with the django code residing in a subfolder in /var/www that is mapped locally in my Vagrantfile.
When i setup the remote interpreter, it's not picking up any of the packages installed in the virtual environment.
none of the packages for the project are included though:
any ideas?
Please sign in to leave a comment.