`
sillycat
  • 浏览: 2490656 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

2018 Python Update(2)Understand the Virtual ENV

 
阅读更多
2018 Python Update(2)Understand the Virtual ENV

Build the Virtual ENV on RaspberryPi
Enter root user
>sudo -s
Prepare pip
>  easy_install pip

Create Virtual ENV
> virtualenv venv
Activate the ENV
> source venv/bin/activate

Build the Virtual ENV on Mac
enter the root user
> sudo -s
Prepare the pip
> easy_install pip
Virtual env
> pip install virtualenv

Create virtual ENV
> virtualenv 27env
New python executable in /Users/hluo/company/code/Lifesize.sky.nucleusproxy/27env/bin/python
Installing setuptools, pip, wheel...done.

Enter the ENV
>source 27env/bin/activate


References:


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics