virtualenv yolk problem

前端 未结 2 2048
野趣味
野趣味 2020-12-30 08:29

yolk -l gives me information that I\'ve got 114 packages installed on my Ubuntu 10.04. After creating new virtualenv directory using

virtualenv v

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 09:19

    If the problem isnt relating to your path (I suppose it is) delete your lib and scripts folder in your project directory to clear out the virtualenv settings. Recreate the virtual env using the command line you posted. Activate the virtualenv and then install yolk.

提交回复
热议问题