Python Forum
Add package to pyenv base interpreter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Add package to pyenv base interpreter (/thread-29562.html)



Add package to pyenv base interpreter - Larz60+ - Sep-10-2020

I would like to add the wxpython package to pyenv python 3.8.5 so that when I create a new virtual environment,
with pyenv global set to 3.8.5, wxpython is automatically included in the just created venv directory.
Is that easily done?
if so, how?


RE: Add package to pyenv base interpreter - mlieqo - Sep-11-2020

Maybe just create alias that creates virtual environment and afterwards it also installs the wxpython?