python - Installing packages within canopy venv -


i looking using canopy express ide. understanding uses backport of venv python 3 manage user-generated virtual environments, in addition being a virtual environment unto itself. want verify within virtual environments create in canopy, able install project-specific packages not included in express distribution using easy_install/pip described here. last link doesn't explicitly such package management works in user-created virtual environment, hence uncertainty.

put simply, want (assuming projects 2.7-based) install canopy express once , use default python. various projects requiring packages express doesn't include, can create separate virtual environments , install such packages on as-needed basis.

if can't this, other alternative see install canopy express in virtualenv environments on as-needed basis, , use environment's pips install packages.

any thoughts?

yes, need install setuptools , pip venv. if use -s/--system-site-packages option, can inherit these canopy's installation (you may need manually install pip package using package manager before making venv). appropriately-modified copies of easy_install , pip scripts installed venv , install venv's site-packages.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -