# installl virtualenv
#run this in terminal
pip3 install virtualenv
# go to the folder where you have to make env
cd c:/applications/newpythonproject
# run
python -m venv c:/applications/newpythonproject/venv
source mypython/bin/activate
c:>python -m venv c:path omyenv
Code Example |
---|
Shell :: install cmake kali |
Shell :: ubuntu empty a file |
Shell :: how do i clone a specific branch in git |
Shell :: homebrew zsh completion |
Shell :: get podman ubuntu |
Shell :: ionic capacitor v3 add android |
Shell :: How to import a particular version of uuid |
Shell :: git increase buffer size |
Shell :: linux check docker version |
Shell :: install rancher |
Shell :: git checkout tag |
Shell :: changing git remote url |
Shell :: manjaro nodejs |
Shell :: bash get first n characters |
Shell :: ssh keygen linux |
Shell :: create user kali linux |
Shell :: connect to a pod |
Shell :: check if a variable is null in bash |
Shell :: find command in unix |
Shell :: bash scripts options without arg |
Shell :: scp server to local |
Shell :: git pull without checkout |
Shell :: git see current commit message |
Shell :: git merge abort |
Shell :: whoami linux |
Shell :: bash copy file and rename |
Shell :: how to install zsh in fedora |
Shell :: erlang clear shell |
Shell :: install fish ubuntu |
Shell :: turn off screen linux |