Alan Parker Lue

Results 9 comments of Alan Parker Lue

Thanks for bringing this up. Elpy seems to work fine with Pipenv virtualenvs if you set virtualenvwrapper's `WORKON_HOME` to Pipenv's virtualenv directory, which I think is an excellent location: export...

A big part of doing things with Pipenv is being able to set secrets in a `.env` file. Could Elpy look for a `.env` file and add its contents to...

Here are two things that I think constitute Pipenv support in Elpy: 1. Provide a way to launch the desired Python interpreter through Pipenv, which loads `.env` environment variables. 2....

I think what you're saying is that you are able to get Elpy to recognize your Pipenv-installed virtual environment. That indeed works for me, too. What Elpy does not do...

> What, exactly, does running an interpreter through pipenv imply? That means calling `pipenv run python`, `pipenv run ipython`, or `pipenv run jupyter console` to invoke a Python interpreter using...

> I found something like this, too. Amethyst blocks (almost) all Emacs key shortcuts that begins with `M-s-` and `C-M-s`. How to configure this? With option as meta, I've used...

Sounds good. Please let me know how I can help.

I have experience building Python packages, but not so much ones with binary modules. I can give it a try. Do you have a fork or branch you could share?...

I generally use Debian testing on x86-64 with Python 3.11. I also have access to macOS on an Intel Mac. On Wed, Apr 19, 2023 at 1:28 PM Alexis Hildebrandt...