jmcantrell / vim-virtualenv

Vim plugin for working with python virtualenvs
http://www.vim.org/scripts/script.php?script_id=3486
Do What The F*ck You Want To Public License
602 stars 51 forks source link

it does not work for me :( #41

Open axiaoxin opened 9 years ago

axiaoxin commented 9 years ago

run :VirtualEnvActive myenv, and run script by key mappingautocmd BufRead,BufNewFile *.py nmap <F5> :!python %<CR> then it also tell me no thirds models

TaurusOlson commented 8 years ago

Hello,

I don't know if this is the same issue but for me vim-virtualenv doesn't work either.

After :VirtualEnvActivate py3.5.0 (where py3.5.0 is a virtual environment using Python 3.5.0) the $PATH seems to be updated because:

echo $PATH returns:

~/.virtualenvs/py3.5.0/bin:...

However the path used for python is still:

/usr/local/bin/python

which is the default set by my system.

Do you have any idea to solve this issue?

Some information that could be useful:

tpict commented 7 years ago

On Neovim v0.2.0-485-g81525dc/OS X 10.11.6, $PATH is unaffected for me.

hungpham3112 commented 2 years ago

I'm new with this plugin and don't know how to activate virtualenv.

https://user-images.githubusercontent.com/75968004/185179680-81e7c044-8458-4387-8e93-8fdfa9d476ed.mp4

I guess I'm missing something in here.

hungpham3112 commented 2 years ago

Is there any update for this issue. Please?