You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I want to install this package in my virtual environment, and if I don't use 'sudo', the permission problem will shut down the install progress, but when I used 'sudo' command, this package would be installed in the root python.
If there any way to install this package in virtual environment.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Create your virtual environment. Now execute sudo su to raise your privileges to super user.
Activate your virtual environment, and install the package like normal.
If this doesn't work, find the python path to your virtual environment, and while still a super user, try this command: <path to venv>/python -m pip install <package>
exit command will exit the superuser
Edit: Based on what edgar says, I guess this won't work.
Hello
I want to install this package in my virtual environment, and if I don't use 'sudo', the permission problem will shut down the install progress, but when I used 'sudo' command, this package would be installed in the root python.
If there any way to install this package in virtual environment.
Thanks for your help.
The text was updated successfully, but these errors were encountered: