From what I learned in the documentation, it says that you can easily switch between 2 python environments just by creating a new variable using the command line
"conda create -n python34 python = 3.4 anaconda" if I already have python 2.7 installed.
An environment called python 34 has been created and we can activate it using "activate python 34". But all this happens, as the execution of the above commands occurs on the Windows command line. I want to switch between python versions in spyder IDE, how to do this?
Spyder starts from the environment you are using.
, python 3 spyder, activate python34 spyder.
activate python34
spyder
python 2 spyder, deavtivate python3, spyder.
deavtivate
, .
N.b. spyder , , conda install -c anaconda spyder=3.1.3
conda install -c anaconda spyder=3.1.3
Source: https://habr.com/ru/post/1015731/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1015726/what-c14-rule-prohibits-constexpr-functions-from-making-assignments-to-data-members&usg=ALkJrhjIRAXa-q6FFGbZU58jZK5MKA04uAKotlin mutableMap foreach - kotlinConvert GETDATE () to Hijri dates from yyyymmdd - sqlPHP: ob_start () how to restrict callback - phpHow to find out which Git configuration file is used and how to override the settings? - gitStrange behavior if DataTextures are not square (1: 1) - shaderCustomize your ImageCardView style (not content) - androidIncorrect reading from DataTextures in a shader - shaderhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1015735/excel-vba-is-it-possible-to-set-properties-to-each-cell-of-a-range-through-the-use-of-a-matrix&usg=ALkJrhhoj9LiB1eTvtDeZATbRBwmRoJaLgSpring JPA + REST data method: Enum to Integer conversion - javaAll Articles