|
|
|
|
|
by rantanplan
3429 days ago
|
|
Yes, PyCharm supports Vagrant, Docker etc. My host system is Fedora but since our production code is deployed on Ubuntu, I have a Vagrant Ubuntu image. PyCharm reads the Vagrantfile and it has access to the virtualenv(python in our case) of the Vagrant's image. UPDATE:
I am not sure if that's what you were asking.
Maybe this response(https://news.ycombinator.com/item?id=13543158) I gave is more relevant ? |
|