+ 1
Yeah, since you made a virtual environment, packages and modules aren't inherited globally, hence you can't use the module in another project in another directory.. so everytime you make a virtual environment you have to install the desired module. If you are using PyCharm you can inherit global site modules but I won't recommend that cuz that is very unsystematic..



