selfteaching / selfteaching/selfteaching-python-camp
Day02 conda在新环境通过代码无法返回默认环境
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
通过代码conda create --name snowflakes biopython创建一个雪花的新环境。也可以自己随便换名字。我创建了一个newfuzaifei。当确认之后,需要出现很多代码,虽然不知道什么意思,估计就是开辟新环境。当用键入代码conda激活newfuzaifei之后,在新的代码行的base换成了newfuzaifei。不过通过键入代码conda activate更改回默认环境没有成功,提示不是内部命令。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported Windows environment behavior with conda create --name snowflakes biopython, then run conda activate newfuzaifei and conda activate. Check why the latter is reported as an unrecognized command; done means activation switches successfully back to the default base environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- anaconda, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100