setup
set up python3 environment
sudo apt-get update
sudo apt-get install python3-pip python3-dev
sudo apt-get install build-essential libssl-dev libffi-dev python-dev
set up virtualenv
sudo pip3 install virtualenv virtualenvwrapper
echo "export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3" >> ~/.bashrc
echo "export WORKON_HOME=~/Env" >> ~/.bashrc
echo "source /usr/local/bin/virtualenvwrapper.sh" >> ~/.bashrc
source ~/.bashrc
相關文章
- Oracle Audit setupOracle
- Vue 3 setupVue
- SETUP(安裝)
- linux之__setup函式Linux函式
- HTTPs setup - Certbot + Docker + NginxHTTPDockerNginx
- vue3 script setup 定稿Vue
- Setup Standby Database on One PC(轉)Database
- Setup MariaDB Master/Slave Replication for Docker MariaDBASTDocker
- Pyetst的四種setup和testdown
- 瘋狂的 Vue3 之 SetupVue
- 理解 Vue 的 setup 應用程式鉤子Vue
- Setup SSL using .PFX file on nginx/apache2NginxApache
- Vue3.2 setup語法糖總結Vue
- Setup had an error Error: At least one of these paths should existErrorAST
- Pytest學習(三) - setup和teardown的使用
- vue3 setup語法糖 擴充套件Vue套件
- 【pytest】fixture 與 setup, teardown 的優先順序
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- Pytest學習筆記2-setup和teardown筆記
- Linux核心原始碼分析之setup_arch (四)Linux原始碼
- Linux核心原始碼分析之setup_arch (二)Linux原始碼
- Linux核心原始碼分析之setup_arch (三)Linux原始碼
- setup與data、methods三者間的關係
- 關於 SAP Commerce Cloud 的 Sample Setup Github 倉庫CloudGithub
- 『德不孤』Pytest框架 — 10、setUp()和tearDown()函式框架函式
- apache配置zabbix下setup.php無法顯示ApachePHP
- win10雙擊setup.exe沒反應怎麼辦_win10系統setup.exe打不開解決方法Win10
- 【Vue3.0】關於 script setup 語法糖的用法Vue
- Vue3 使用setup語法糖時, 元件name命名Vue元件
- setup.s 分析—— Linux-0.11 學習筆記(二)Linux筆記
- hadoop官網翻譯第三天Hadoop Cluster SetupHadoop
- UnrealEngine Setup即使掛了代理也很慢的解決辦法Unreal
- would dispatch back to the current handler URL [/doLogin] again. Check your ViewResolver setup!AIView
- Vue 3 的 setup語法糖到底是什麼東西?Vue
- ?快速掌握vue3新語法(一) - 初識(setup/reactive/ref)VueReact
- 隨筆:MySQL setup_instruments中關於部分資訊不能修改MySql
- vue3函式setUp和reactive函式詳細講解Vue函式React
- 升級到 MySQL 8.4,MySQL 啟動報錯:io_setup() failed with EAGAINMySqlAI