Tag Archives: Setup Python Linux environment

Setup Python Linux environment

This blog article shows you how to Setup Python Environment in Linux. The following are the commands. sudo apt install -y build-essential libssl-dev libffi-dev python3-dev sudo apt install -y python3-venv python3 -m venv myenv Also: Error: 0x80370114 The operation could … Continue reading

Posted in .Net, Cloud, Community, Computers and Internet, CTO, Data Platform, programming | Tagged | Leave a comment