I'm new to Linux environment where i need to create a virtual environment for my project. As this is a development machine i will not have access like i used to have in my own machine. I tried running the below commands :
python3 -m venv env
But got permission denied:
I tried using sudo su command upon which it asked to enter my password. Later it said "Sorry, user xxxx is not allowed to execute 'usr/bin/su' as root on
Is this meant i do not have access to run sudo command?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…