Reputation: 23791
I have a problem while I am creating the Django project with remote vagrant interpreter.
All the steps went successful and I am able to see the vagrant interpreter but cannot create the project because of this error "Please choose a local interpreter".
1- I have installed the Pip on remote vagrant box
2- I have installed the Django on the remote vagrant box
Upvotes: 5
Views: 1008
Reputation: 124
Not sure what's the reason, but creation of project with local interpreter and later update it in settings worked for me.
Upvotes: 2