Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell symlink python as python3

# for Windows user
# make sure you run this in Administrator Powershell
$venv=((get-command python).source | Get-ItemProperty).DirectoryName;New-Item -Path $venv -Name "python3.exe" -Value "$venvpython.exe" -ItemType SymbolicLink
Comment

PREVIOUS NEXT
Code Example
Shell :: cme forwarding cisco 
Shell :: compilation failed for package in r ubuntu 
Shell :: cargo generate 
Shell :: git update submodule to latest 
Shell :: tcpdump ubuntu 
Shell :: git push ignore pre push 
Shell :: concatenate strings in bash 
Shell :: how to ssh linux 
Shell :: github push to repository 
Shell :: how to install odoo 15 on ubuntu 20.04 
Shell :: powershell script to run powershell script 
Shell :: exception: unable to run "adb", check your android sdk installation and android_sdk_root environment variable: 
Shell :: Specify R version 
Shell :: instalar arquivo .jar linux 
Shell :: para cambiar password en psql 
Shell :: run command and Exit cts 
Shell :: send file between two remote hostsr linux 
Shell :: heroku git remote -a failed 
Shell :: linux boot sequence step by step 
Shell :: az aks get kubeconfig 
Shell :: const git = ["branch", "commit", "push"] 
Shell :: ros2 galactic 
Shell :: openfoam for ubuntu 
Shell :: vagrant snapshot commands 
Shell :: Shell script to adjust screen mode 
Shell :: curl download with rate limit 
Shell :: yaml reuse block 
Shell :: Quick start: Use as a GitHub Pages remote theme 
Shell :: linux show bottom of file 
Shell :: find #SUID 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =