# How to setup virtual environment --- #### Create a virtual enviroment from python ```cmd python -m venv .venv ``` #### 如何讓PowerShell執行編寫好的.ps1檔案 ``` PS C:\Users\Slashview> Get-ExecutionPolicy Restricted ``` #### 進行權限切換 ``` Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ``` #### Activate venv ``` .\Scripts\Activate.ps1 ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up