atom-python-virtualenv icon indicating copy to clipboard operation
atom-python-virtualenv copied to clipboard

Python virtualenv support for Atom

Results 22 atom-python-virtualenv issues
Sort by recently updated
recently updated
newest added

If I create a vent locally in my Mac, atom-python-virtualenv sees it. As soons as I set a path to folder (where are several venv) in my iCloud, it is...

I want select a virtualenv what exist in other directory, how I can this ? My virtualenv don't show in list when I click in "virtualenv:select"

After upgrade python from 3.8 to 3.9 atom-python-virtualenv does not working. When I run program under atom it can't find installed modules: ``` Traceback (most recent call last): File "C:\Users\ilis\PyProj\hyperskill\test_venv.py",...

I use pyenv to manage my global python installations and pyenv-virtualenv to manage my virtual environments, not virtualenvwrapper. Is it possible to add support for pyenv? That would be very...

I set atom to venv1. This virtual env doesnt have a library called tensorflow. But when I try to import it in my py file, it works without error. Ideally...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.42.0 x64 **Electron**: 4.2.7 **OS**: Linux Mint **Thrown From**: [atom-python-virtualenv](https://github.com/pghilardi/atom-python-virtualenv) package 1.0.4 ### Stack Trace Uncaught The "path" argument must be...

Your plugin uses a home directory as virtualEnv, it uses as static dir. programmers don't want to a plugin decide for them. If you change static to dynamic , you...

I have a consistent issue where when I load atom, my virtualenvs list is empty. If I un-check get virtualenvs from home folder and re-check then the virtualenvs show in...

bug

Virtualenvs are not found on Windows using $HOME I am using atom 1.23.3 on Windows 10 with Python3.6 and the package can't find my virtualenvs in `$HOME/.venv`. Also tried using...

enhancement

I tried setting `WORKON_HOME` to `$HOME/miniconda3/envs` and listing envs as `$HOME/project` to see if I can access conda envs, but that doesn't seem to work. Any chance this package can...

enhancement
help wanted