-
Notifications
You must be signed in to change notification settings - Fork 9
Please support pipenv #17
Comments
With latest version of pipenv you can lauch everything outside virtualenv
it launches atom in virtualenv opening (with the dot) project folder |
This is basically a command to launch atom from a virtualenv. My atom is started from desktop and carry several projects along side, and they don't share the same virtualenv. If we can find a way to describe per project how to source the virtualenv (just the |
I am the maintainer of the atom-python-virtualenv plug-in and I think that maybe it will suit to your use case. This plug-in allows changing virtualenv dynamically (it support virtualenvs from pipenv), without having to open atom with the env activated. Could you give a try? https://atom.io/packages/atom-python-virtualenv I am planning a way to reload the virtualenv automatically based in the current project opened, but for now, it is not supported. |
Look promising. Do you support |
Yes. You can customize the default location of your envs home folder or even add additional envs paths. |
Please support pipenv to start unit test without having to source virtualenv prior to launch atom.
thx
The text was updated successfully, but these errors were encountered: