Python in Eclipse PyDev with virtualev.
Create a virtaulenv.
in windows is virtualenv nameofviiratulenv.
later to active execute /nameofvirtualenv/Scripts/activate. Be carefull from dos or powershell not mingw64.
C:\Users\jordi\personal\workarea\machlearning>virtualenv machilearning
Using base prefix 'c:\\users\\jordi\\appdata\\local\\programs\\python\\python35'
New python executable in C:\Users\jordi\personal\workarea\machlearning\machilearning\Scripts\python.exe
Installing setuptools, pip, wheel...done.
to activate the envirotment ejectue the Scripts\activate in windows in linux is source activate
Once eclipse installed and its plugin PyDev. Point the interpreter adn do not forget the site-packages
Cap comentari:
Publica un comentari a l'entrada