vim-virtualenv icon indicating copy to clipboard operation
vim-virtualenv copied to clipboard

it does not work for me :(

Open axiaoxin opened this issue 9 years ago • 4 comments

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

axiaoxin avatar Apr 11 '15 13:04 axiaoxin

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:

  • OS: Mac OS 10.10.5
  • Vim: 7.4.1401
  • vim-virtualenv commit: c68ac21

TaurusOlson avatar Jun 08 '16 18:06 TaurusOlson

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

tpict avatar Jan 29 '17 14:01 tpict

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 avatar Aug 17 '22 15:08 hungpham3112

Is there any update for this issue. Please?

hungpham3112 avatar Sep 12 '22 12:09 hungpham3112