Revert the `--no-site-packages` option with virtualenv

前端 未结 5 2112
暖寄归人
暖寄归人 2020-11-28 02:39

I have created a virtualenv using the --no-site-packages option and installed lots of libraries. Now I would like to revert the --no-site-packages

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 03:05

    Try adding a symlink between /virtualenv_root/lib/ and /path/to/desired/site-packages/

提交回复
热议问题